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
The print statement on line 22 doesn't use parentheses, so this doesn't work in python 3. Perhaps a call to stdout.write() or the "from future import print_function" would be good? Or call write_stdout?