Skip to content
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

Open
FaisalAhmed123 opened this issue Dec 22, 2020 · 5 comments
Open

Invalid syntax in line 54 #4

FaisalAhmed123 opened this issue Dec 22, 2020 · 5 comments

Comments

@FaisalAhmed123
Copy link

FaisalAhmed123 commented Dec 22, 2020

faisal071@HP-EliteBook-2540p:~/Python---Email-Bomber$ python Email_Bomber.py File "Email_Bomber.py", line 54 print(f'ERROR: {e}') ^ SyntaxError: invalid syntax
image

@c4f3firstt
Copy link

Try to use Python3 instead of Python

@FaisalAhmed123
Copy link
Author

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

@c4f3firstt
Copy link

I will make a pull request changing the README so it will be easier for people

@c4f3firstt
Copy link

I did the Pull request, now its up to the dev to approve it now

@frederikme
Copy link

F-strings are supported from python 3.6 or later.
So upgrading to the latest python version should do the trick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants