Contribute Media
A thank you to everyone who makes this possible: Read More

What is an iterator?

Description

Iterators are lazy iterables which power all iteration in Python. Iterators are the generic form of a generator-like object.

Details

Improve this page