From e74c9872712e07eaa96da20372ceb7eb8df090df Mon Sep 17 00:00:00 2001 From: Gauravbansal1 <72272817+Gauravbansal1@users.noreply.github.com> Date: Sat, 3 Oct 2020 01:26:16 +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..6a1c6c4 --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("prateek bansal")