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

I have a problem with the print #61

Open
luca-piccinin opened this issue Sep 18, 2022 · 1 comment
Open

I have a problem with the print #61

luca-piccinin opened this issue Sep 18, 2022 · 1 comment

Comments

@luca-piccinin
Copy link

I have a problem with the print:
File "/home/kali/instaBrute/instaBrute.py", line 20
print 'user: "%s" does not exist, trying with the next!' %username
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

@felixfalk2903
Copy link

Hey luca a bit late but you're probably using python 3. This script runs on python 2

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

4 participants
@felixfalk2903 @luca-piccinin and others