Python print statement “Syntax Error: invalid syntax” [duplicate]

In Python 3, print is a function, you need to call it like print("hello world").

Leave a Comment