Missing parentheses in call to 'print'. Did you mean print(...)?
lonelysam3 opened this issue · 4 comments
lonelysam3 commented
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(...)?
lonelysam3 commented
python3
AkNOwn389 commented
need to transfer the code to python 3
AkNOwn389 commented
need to transfer the code to python 3
Gteditor99 commented
need to transfer the code to python 3
Use 2to3 to transfer py2 code to py3
pip install 2to3
Here's the documentation