RE: https://mastodon.social/@carapace/115339525169475036

This one's fun!

An infinite iterable from a finite data structure? 🤔

It all works because lists can "contain" themselves.

Remember that lists don't actually contain data in Python but references to data.

#PythonOddity