We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
===============ISSUE SECTION===============
Bot to start
Bot won't start
File "pokecli.py", line 93 print question ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(print question)?
./run.sh
OS: Mac High Sierra
I assumed this would be caused by running on python 3.6, but python -V gives me 2.7.10
The text was updated successfully, but these errors were encountered:
No branches or pull requests
===============ISSUE SECTION===============
Expected Behavior
Bot to start
Actual Behavior
Bot won't start
Output when issue occurred
File "pokecli.py", line 93
print question
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(print question)?
Steps to Reproduce
./run.sh
Other Information
OS: Mac High Sierra
I assumed this would be caused by running on python 3.6, but python -V gives me 2.7.10
The text was updated successfully, but these errors were encountered: