mirror of
https://bitbucket.org/Mattrixwv/pytutorial.git
synced 2026-02-03 19:52:30 -05:00
3 lines
112 B
Python
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") |