-
Notifications
You must be signed in to change notification settings - Fork 937
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
Missing parentheses in call to 'print'. Did you mean print(...)? #97
Comments
python3 |
need to transfer the code to python 3 |
1 similar comment
need to transfer the code to python 3 |
Use 2to3 to transfer py2 code to py3 |
https://github.com/MatrixTM/MHDDoS/tree/74a6d0ca4aeecb92ebc8f38917c722bc4226ebde |
File "C:\Users\49448\DDos-Attack\ddos-attack.py", line 23
print "Author : HA-MRX"
^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
The text was updated successfully, but these errors were encountered: