From cc7ddb932f716cfb13ea84dc9b9a635edbffc90e Mon Sep 17 00:00:00 2001 From: taniya jaison Date: Tue, 28 May 2024 09:41:39 +0530 Subject: [PATCH 1/3] first commit --- hy.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hy.py diff --git a/hy.py b/hy.py new file mode 100644 index 0000000..88b5e58 --- /dev/null +++ b/hy.py @@ -0,0 +1,2 @@ +print("helo") +print("hi") From 21df650d608d3d516ce4f56eb59f1ad9c4d5c2b8 Mon Sep 17 00:00:00 2001 From: taniya jaison <156457415+taniya221@users.noreply.github.com> Date: Tue, 28 May 2024 09:42:50 +0530 Subject: [PATCH 2/3] Update hy.py --- hy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hy.py b/hy.py index 88b5e58..0a23819 100644 --- a/hy.py +++ b/hy.py @@ -1,2 +1,2 @@ -print("helo") +print("heloo") print("hi") From 84862dc4058db78ce22a6edc3b0c15cc9ed8c5ce Mon Sep 17 00:00:00 2001 From: taniya jaison <156457415+taniya221@users.noreply.github.com> Date: Tue, 28 May 2024 09:46:29 +0530 Subject: [PATCH 3/3] Update hy.py --- hy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hy.py b/hy.py index 0a23819..b69f0bd 100644 --- a/hy.py +++ b/hy.py @@ -1,2 +1,2 @@ -print("heloo") +print("heloo"); print("hi")