1000 Python Program

Execute first python program.
1)hello world python program.

print("Hello World")
2)Use comment in python
#this is comment

print("Hello World")

Comments