What essential functionality does enumerate() provide when used in a loop?
enumerate()
Select one:
It specifies the number of times to run the loop.
It attaches a counter to the items of a sequence.
It transforms an iterable into a list.
Hint
Focus on what enumerate() lets you access in each loop iteration.
Sorry! There has been an error processing your answer. Please try again.
Got feedback on this question?