File "C:\Users\Dk\Desktop\New folder\DDos.py", line 18, in <module>
host=raw_input(":" )
NameError: name 'raw_input' is not defined
I get this error when I run this code:
print ("DDoS mode loaded")
print ("python script ")
host=raw_input(":" )
port=input(":" )