Posted on 10th September 2024|18 views
I want to know about what does the enumerate() do in python?
Posted on 10th September 2024| views
Enumerate() in Python just adds a counter over an iterable and Reuters that within the form of enumerate object. This object later can be utilized in for loops, or it also can be converted into a list of tuples.