From 45801b5d04538e037d82daeccaa4bb0c293d8778 Mon Sep 17 00:00:00 2001 From: Himanshu Aggarwal Date: Sun, 7 Oct 2018 13:37:57 +0530 Subject: [PATCH] Add helloNewWorld.py to code --- code/helloNewWorld.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 code/helloNewWorld.py diff --git a/code/helloNewWorld.py b/code/helloNewWorld.py new file mode 100644 index 0000000..1c584ba --- /dev/null +++ b/code/helloNewWorld.py @@ -0,0 +1,3 @@ +#New Hello World Code in Python +print("Hello World! This is Hacktober 2018! Enjoy!") +