From 60a73ac50cf9cf6e114f6afc0f9cf9b564c133ce Mon Sep 17 00:00:00 2001 From: Archit Gupta <47055964+architg27@users.noreply.github.com> Date: Tue, 8 Oct 2019 08:23:58 +0530 Subject: [PATCH] Create hello.py --- Hello_world.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 Hello_world.py diff --git a/Hello_world.py b/Hello_world.py new file mode 100644 index 000000000..3420acac6 --- /dev/null +++ b/Hello_world.py @@ -0,0 +1 @@ +print "Hello World !! in Python"