From 38c23bfe4410aa996ff3213df1ed79c1c3c9dab6 Mon Sep 17 00:00:00 2001 From: moturu praveen bhargav <56902823+MOTURUPRAVEENBHARGAV@users.noreply.github.com> Date: Sat, 31 Dec 2022 12:31:57 +0530 Subject: [PATCH 1/3] 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..ad35e5a --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("Hello World") From f31892c1c4db8e4c20817a46238926c7f290930c Mon Sep 17 00:00:00 2001 From: moturu praveen bhargav <56902823+MOTURUPRAVEENBHARGAV@users.noreply.github.com> Date: Sat, 31 Dec 2022 12:36:15 +0530 Subject: [PATCH 2/3] Update hello.py --- hello.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.py b/hello.py index ad35e5a..3ad5a5e 100644 --- a/hello.py +++ b/hello.py @@ -1 +1,2 @@ print("Hello World") +print("Hello World") #2nd one From 5c095d5b57022ffb3ab1a60214b61134711197d1 Mon Sep 17 00:00:00 2001 From: moturu praveen bhargav <56902823+MOTURUPRAVEENBHARGAV@users.noreply.github.com> Date: Sat, 31 Dec 2022 12:41:01 +0530 Subject: [PATCH 3/3] Update hello.py --- hello.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hello.py b/hello.py index 3ad5a5e..5e944a9 100644 --- a/hello.py +++ b/hello.py @@ -1,2 +1,7 @@ print("Hello World") print("Hello World") #2nd one + +def hello(): + return "hello" + +#welcome funtion