-
Notifications
You must be signed in to change notification settings - Fork 385
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
SyntaxError #35
Comments
I its probably because you're running the python2 script using python3, try using I also had the issue and 'converted' the script to python3 by using |
python facebook.py |
did you try : |
Ye Yes |
$Python facebook.py
File "/data/data/com.termux/files/home/facebook-cracker/facebook.py", line 79
print wel
^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
The text was updated successfully, but these errors were encountered: