You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everytime I try to run it I get a message saying "print """
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(""")?" And when i looked at the code all of the print functions were missing parentheses. Fix this.
The text was updated successfully, but these errors were encountered:
Everytime I try to run it I get a message saying "print """
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(""")?" And when i looked at the code all of the print functions were missing parentheses. Fix this.
Because you're running the code in python 3 and pretty sure this is meant for python 2 since in it you don't need parentheses in python 2 for print.
DoxTracker.zip
I edited all the python 3 changes into this including fixing the raw_input error, hope this helps.
Just replace the original DoxTracker.py with this one
Everytime I try to run it I get a message saying "print """
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(""")?" And when i looked at the code all of the print functions were missing parentheses. Fix this.
The text was updated successfully, but these errors were encountered: