Add helloNewWorld.py to code

This commit is contained in:
Himanshu Aggarwal 2018-10-07 13:37:57 +05:30
parent 25e549d9a1
commit 45801b5d04
1 changed files with 3 additions and 0 deletions

3
code/helloNewWorld.py Normal file
View File

@ -0,0 +1,3 @@
#New Hello World Code in Python
print("Hello World! This is Hacktober 2018! Enjoy!")