Exception: SyntaxError: Missing parentheses in call
What if we run some code with print "hello" using Python 3?
File "examples/basics/print.py", line 1 print "hello" ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("hello")?