-
Notifications
You must be signed in to change notification settings - Fork 116
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
Invalid syntax in line 54 #4
Comments
Try to use Python3 instead of Python |
Even with Python 3, I still get errors, something to do with the ' instead if ". I think that managed to fix it on python 3, along with a few other minor changes. Just posted it on Github so it can be fixed rather then people having to fix it them selves |
I will make a pull request changing the README so it will be easier for people |
I did the Pull request, now its up to the dev to approve it now |
F-strings are supported from python 3.6 or later. |
faisal071@HP-EliteBook-2540p:~/Python---Email-Bomber$ python Email_Bomber.py File "Email_Bomber.py", line 54 print(f'ERROR: {e}') ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: