Ha3MrX/DDos-Attack

Missing parentheses in call to 'print'. Did you mean print(...)?

lonelysam3 opened this issue · 4 comments

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(...)?

python3

need to transfer the code to python 3

need to transfer the code to python 3

need to transfer the code to python 3

Use 2to3 to transfer py2 code to py3
pip install 2to3
Here's the documentation