Files
PyTutorials/HelloWorld.py

3 lines
112 B
Python

#This is a simple hello world program in python
#It just prints Hello World to the terminal
print("Hello World")