From 22254bbf1cc7ffec1b36b900650b3dd4b7dc8f02 Mon Sep 17 00:00:00 2001 From: vinay2991997 Date: Tue, 19 Sep 2017 13:29:00 +0530 Subject: [PATCH] Create hello.py --- hello.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.py diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..184b866 --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("Hello World!!")