Python print statement “Syntax Error: invalid syntax” [duplicate] May 1, 2023 by Tarik In Python 3, print is a function, you need to call it like print("hello world").