Skip to content

SyntaxError: Missing parentheses in call to 'print' statements #13

Open
@crxssrazr93

Description

@crxssrazr93

My environment;
OS: Manjaro 18.0.2 Illyria
Kernel: x86_64 Linux 4.19.13-1-MANJARO
Python 3.7.1 (default, Oct 22 2018, 10:41:28)
[GCC 8.2.1 20180831]
Installed beautifulsoup4 and thready.

I get this error when running.

LinkedInt-master]$ python LinkedInt.py 
  File "LinkedInt.py", line 45
    print "[!] Oops, you did not enter your api_key, username, or password in LinkedInt.py"
                                                                                          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("[!] Oops, you did not enter your api_key, username, or password in LinkedInt.py")?
LinkedInt-master]$ 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions