mirror of
https://bitbucket.org/Mattrixwv/pytutorial.git
synced 2025-12-06 18:23:57 -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") |