ronreiter / interactive-tutorials

Interactive Tutorials
Apache License 2.0
4.04k stars 2.56k forks source link

Missing parentheses in call to 'print' #690

Closed ManoloZocco closed 2 years ago

ManoloZocco commented 2 years ago

Traceback (most recent call last): File "/usr/lib/python3.5/py_compile.py", line 125, in compile _optimize=optimize) File "", line 735, in source_to_code File "", line 222, in _call_with_frames_removed File "./prog.py", line 8 print "Stringa: %s" % mystring ^ SyntaxError: Missing parentheses in call to 'print'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.5/py_compile.py", line 129, in compile raise py_exc py_compile.PyCompileError: File "./prog.py", line 8 print "Stringa: %s" % mystring ^ SyntaxError: Missing parentheses in call to 'print'