Understand how the interpreter uses indentation to group blocks of code. Indentation is a central concept of Python programming. New lines with indentations are required after certain statements.
I think that means it's calling exec () on each line individually. The interpreter doesn't realize that print () is part of that loop. Try not sending EOT on the for loop line. If that works, you're ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results