[Tutor] How to easily recover the current index when using Python-style for loops?

Timo timomlists at gmail.com
Thu Feb 5 19:37:09 CET 2015


Op 05-02-15 om 18:48 schreef Alan Gauld:
>
> try:
>
> >>> help( enumerate() )
>
>

Should be

 >>> help(enumerate)

Timo


More information about the Tutor mailing list