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
$ python3 tinypng.py
File "tinypng.py", line 24
print "compress_path-------------------------------------"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("compress_path-------------------------------------")?
$ python3 tinypng.py
File "tinypng.py", line 24
print "compress_path-------------------------------------"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("compress_path-------------------------------------")?