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
Seems like you've tried to use Python 3 to run this script. print without braces is python 2 syntax. Try installing python 2.7 and running it with that.
Seems like you've tried to use Python 3 to run this script. print without braces is python 2 syntax. Try installing python 2.7 and running it with that.
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
The text was updated successfully, but these errors were encountered: