Search notes:

Python: iter()

Passing an iterable to iter()

If i is an iterable, iter(i) returns an iterator for i.

See also

iterators
Using iter() and open()
Python: Built in functions

Index