What is indexing, iterating and enumerating in python?

Indexing “Indexing” means addressing an element of a sequential object by its position within the sequential object. A sequential object is in general, an ordered collection. In python, every element of an ordered collection is …