List of lists of lists: This article itself is a list of lists, so it contains itself (see recursion)
"LoLoL" redirects here.
[[[[]], [[]]], [[[]], [[]]]]
python
Python 3.12.7 (main, Oct 1 2024, 00:00:00) [GCC 14.2.1 20240912 (Red Hat 14.2.1-3)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> l = []
>>> l[:] = [l] * 10
>>> l
[[...], [...], [...], [...], [...], [...], [...], [...], [...], [...]]
Finally
I got my hopes up; it isn't as exciting once I continued exploring all of them.