s0md3v / Striker

Striker is an offensive information and vulnerability scanner.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing parentheses in call to 'print'

iamkenichi opened this issue · comments

Arnes-MacBook-Pro:Striker Arne$ python striker.py
File "striker.py", line 52
/ / /\033[1;m'''
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('''\033[1)?
Arnes-MacBook-Pro:Striker Arne$ python3 striker.py
File "striker.py", line 52
/ / /\033[1;m'''
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('''\033[1)?

use python2