From 90e07f837bbe44d29ed21ec4efef6d2414ad306c Mon Sep 17 00:00:00 2001 From: J Hethey Shrini Date: Tue, 12 Mar 2024 14:19:16 +0530 Subject: [PATCH 1/3] first commit --- sample.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 sample.py diff --git a/sample.py b/sample.py new file mode 100644 index 0000000..00950d9 --- /dev/null +++ b/sample.py @@ -0,0 +1 @@ +print('hello world') \ No newline at end of file From 28f14940df6917d09ae965af6d2b8df0c7709f99 Mon Sep 17 00:00:00 2001 From: "hetheyshrini@gmail.com" Date: Tue, 12 Mar 2024 14:31:35 +0530 Subject: [PATCH 2/3] first commit --- sample1.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sample1.py diff --git a/sample1.py b/sample1.py new file mode 100644 index 0000000..013966a --- /dev/null +++ b/sample1.py @@ -0,0 +1,2 @@ +print('hello world') +print('hello world!!!!!!!!!!!!') \ No newline at end of file From c2e82c66e1fb566b57ec9b07a390eef0f0631693 Mon Sep 17 00:00:00 2001 From: J Hethey Shrini <156778756+HetheyShrini@users.noreply.github.com> Date: Tue, 12 Mar 2024 14:39:54 +0530 Subject: [PATCH 3/3] sample1.py --- sample1.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sample1.py b/sample1.py index 013966a..b44ac1f 100644 --- a/sample1.py +++ b/sample1.py @@ -1,2 +1,3 @@ print('hello world') -print('hello world!!!!!!!!!!!!') \ No newline at end of file +print('hello world!!!!!!!!!!!!') +print('shri')