What is indexing, iterating and enumerating in python?

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 accessed based on their position in the collection. An index is a numerical form of position. Python uses square bracket … Read more

%d bloggers like this: