From ce0664ed70e33b0fc586443dc66e660f7481d1d7 Mon Sep 17 00:00:00 2001 From: Rasikathete Date: Mon, 27 May 2024 22:10:15 +0530 Subject: [PATCH 1/3] first commit --- python1.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 python1.py diff --git a/python1.py b/python1.py new file mode 100644 index 0000000..11b15b1 --- /dev/null +++ b/python1.py @@ -0,0 +1 @@ +print("hello") From db88123be77c7e3629da7535ca1b6728903e6009 Mon Sep 17 00:00:00 2001 From: Rasika Thete <148611013+Rasikathete@users.noreply.github.com> Date: Mon, 27 May 2024 22:12:12 +0530 Subject: [PATCH 2/3] Update python1.py --- python1.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python1.py b/python1.py index 11b15b1..3ef823c 100644 --- a/python1.py +++ b/python1.py @@ -1 +1,2 @@ print("hello") +print("world") From a0c404ea5a87995c1a2e94587cf25570ebd44b2c Mon Sep 17 00:00:00 2001 From: Rasikathete Date: Mon, 27 May 2024 22:15:22 +0530 Subject: [PATCH 3/3] updated --- python1.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python1.py b/python1.py index 3ef823c..f88ac36 100644 --- a/python1.py +++ b/python1.py @@ -1,2 +1,3 @@ print("hello") print("world") +print("*") \ No newline at end of file