how many nested for can we utilize?

Fredrik Lundh fredrik at pythonware.com
Sun Aug 17 05:23:06 EDT 2008


Patrol Sun wrote:

> when I use 20 for ,"SystemError: too many statically nested blocks"
> When I use 100 for ,"IndentationError: too many levels of indentation"
> How to handle these errors?

so why exactly are you trying to nest 20 or 100 for-in loops?

</F>




More information about the Python-list mailing list