Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing parentheses in call to 'print' #29

Open
ofu-2354 opened this issue Nov 15, 2021 · 4 comments
Open

Missing parentheses in call to 'print' #29

ofu-2354 opened this issue Nov 15, 2021 · 4 comments

Comments

@ofu-2354
Copy link

ofu-2354 commented Nov 15, 2021

C:\Users\Admin>Saddam.py -help

File "...", line 122 print ATTACK ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(ATTACK)?

@RubbyBX
Copy link

RubbyBX commented Dec 3, 2021

JUST FUCKING EDIT IT TO print(ATTACK)

@Gawich4ka
Copy link

Gawich4ka commented Feb 1, 2022

Ты открываешь python3 а нужно python2

@Plutonlum
Copy link

skid just edit it to print("text here")

@Nusab19
Copy link

Nusab19 commented Oct 11, 2024

C:\Users\Admin>Saddam.py -help

File "...", line 122 print ATTACK ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(ATTACK)?

It was written in Python2. So you have to modify some things to make it compatible with python3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants