How to write Hello world in python

How to write Hello world in python

print("Hello World")

Done!

ย