Did you know you can create your own custom iterators in #Python?

All you need to do is write your own custom `__iter__` and `__next__` methods

Here's an example: