Skip to content

Latest commit

 

History

History

enumerate

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

enumerate

enumerate() returns (index, value) when using with for loop and iterator.

It's better to access with enumerate than with index directly.

index of enumerate could be set by second parameter : enumerate(list, index_start_number)