mirror of
https://bitbucket.org/Mattrixwv/pytutorial.git
synced 2025-12-06 10:13:58 -05:00
Created hello world program
This commit is contained in:
3
HelloWorld.py
Normal file
3
HelloWorld.py
Normal file
@@ -0,0 +1,3 @@
|
||||
#This is a simple hello world program in python
|
||||
#It just prints Hello World to the terminal
|
||||
print("Hello World")
|
||||
Reference in New Issue
Block a user