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>