Code has been added to clipboard!

Writing Hello World in Python

Example
print "Hello World" # Python < 3.0
print("Hello World") # Python ≥ 3.0