Quiz

Iterator vs Iterable Protocol

Understand the difference between an iterable and an iterator in Python's data model.

In Python's data model, what distinguishes an iterator from a plain iterable like a list?