-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
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
bee.py line 20 #93
Comments
Hi, so I am not 100% sure this will work but it did for me, try writing: "python2 bee.py" If this does not work try typing in a separate terminal: "sudo apt install python2" and then type: "python2 bee.py" |
It's working bro |
run with python2 it will work |
These info above are correct? (y/n) :y |
In line 20: print '\n'
and then it tells me: SyntaxError: Missing parentheses in call to 'print'. Did you mean print('\n')?
NEED HELP
The text was updated successfully, but these errors were encountered: