Open
Description
We need to make sure we have an iterator / iterables discussion somewhere.
might make a good video
Maybe part of the "how to make an iterator" solution.
Showing the dict.values() iterable was a good demo -- you can have multiple iterators connected to one values object, and you can change the underlying dict while mid-iteration!