In Python 3, print became a function. This means that you need to include parenthesis now like mentioned below:
print
print("Hello World")
2.1m questions
2.1m answers
60 comments
57.0k users