Emailbomb icon indicating copy to clipboard operation
Emailbomb copied to clipboard

SYNTAX ERROR

Open nandydark opened this issue 5 years ago • 2 comments

$ python Emailbomb.py File "Emailbomb.py",line 12 print ' ' ^ SyntaxError: Missing parathesis in call to 'print' . Did you mean print('

                                                                         ')?

$

nandydark avatar Jan 04 '20 22:01 nandydark

This is easy to fix, just complete the code ! I mean, you need to add ( ) to all the "print" on the Emailbomb.py and that's it !

darkhacknet avatar Mar 10 '22 06:03 darkhacknet

$ python Emailbomb.py File "Emailbomb.py",line 12 print ' ' ^ SyntaxError: Missing parathesis in call to 'print' . Did you mean print('

                                                                         ')?

$

something like this !

print (' ') print (' ') print (' ################################################# ') print (' # # ') print (' # Email Bomb # ') print (' # # ') print (' # create By HA-MRX # ') print (' # # ') print (' # https://www.youtube.com/c/HA-MRX # ') print (' # # ') print (' # https://kurdkali.wordpress.com/ # ') print (' # # ') print (' # https://www.facebook.com/muhamad.jabar333 # ') print (' ################################################# ')

print (' ')

darkhacknet avatar Mar 10 '22 06:03 darkhacknet