Python 3 print hello world

# Python3 print()
print("Hello World")

Output:

Hello World