How to print hello world in python

print("Hello World")

Output:

Hello World