You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2022. It is now read-only.
On Flow of Execution of the For Loop, It looks like we're using print statements as if they will be interpreted as in Python 3, but the interpreter is running Python 2.7 (notice how the output is formatted):
Looking at Online Python Tutor, it seems that there is a Python 3 mode. Maybe it's as easy as just selecting that one?