Printing a statement in python is easy with a simple print statement. In this page python 3 syntax is used. For more about printing in python 3, refer Printing in Python using Print() function complete tutorial for print function in python 3.
print("Hello World")
OUTPUT:
Hello World