Is there a maximum amount of levels of nesting lists in Python?
I've combed the documentation over and can't seem to find a direct answer on this. I have found in the SYS documentation (https://docs.python.org/3.8/library/sys) that the default level of recursive calls is 1000, but I'm not sure if this effects nested lists also.