How to print "hello world" with Python

How to print "hello world" with Python

Python

This is how you print "hello world" in Python.

code.Python
print("Hello World")