SyntaxFix
Write A Post
Hire A Developer
Questions
print("Hello, World!")
You are probably using Python 3.0, where print is now a function (hence the parenthesis) instead of a statement.
print