Created hello world program

This commit is contained in:
2018-12-22 10:38:46 -05:00
commit 865902276f

3
HelloWorld.py Normal file
View 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")