rar-Password-Cracker icon indicating copy to clipboard operation
rar-Password-Cracker copied to clipboard

Missing parentheses in call to 'print'

Open flower-alone opened this issue 2 years ago • 1 comments

C:\Users\Flower\Desktop>python bruteforce.py --fr sts.rar -c abcdefghijklmnopqrst0123 -n 6 File "bruteforce.py", line 17 print "Password found! password is %s"%attempt ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Password found! password is %s"%attempt)?

flower-alone avatar May 09 '22 18:05 flower-alone