python base

enumerate(sequence[, start=0])

Return an iterator that yields tuples of an index and an item of the sequence. (And so on.)

Previous topic

Python

Next topic

tornaod

This Page