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

Syntax Error on Code: SyntaxError: Missing parentheses in call to 'print'. Did you mean print(bcolors.INFO+bcolors.BOLD+text+bcolors.ENDC+"\n")? #2

Open
hehacks opened this issue May 15, 2020 · 1 comment

Comments

@hehacks
Copy link

hehacks commented May 15, 2020

Hi ShivSahni,

I have tried using the APKEnum.py but getting the below error on line 56, I have already installed colors pip package as well using ("pip install bcolors")

File "APKEnum.py", line 56
print bcolors.INFO+bcolors.BOLD+text+bcolors.ENDC+"\n"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(bcolors.INFO+bcolors.BOLD+text+bcolors.ENDC+"\n")?

Can you check the script once again and let me know what needs to be fixed.

@shivsahni
Copy link
Owner

shivsahni commented May 31, 2020

Hey @hehacks,

I believe you must be using Python v3?

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

2 participants