tegal1337 / NekoBotV1

NekoBot | Auto Exploiter With 500+ Exploit 2000+ Shell
https://tegalsec.org
360 stars 117 forks source link

Use print() function in both Python 2 and Python 3 #6

Closed cclauss closed 4 years ago

cclauss commented 4 years ago

Legacy print statements are syntax errors in Python 3 but print() function works as expected in both Python 2 and Python 3.

asousou782 commented 4 years ago

true