From 47b330913903d55b4d207e5e132e2a6bb55851a3 Mon Sep 17 00:00:00 2001 From: "thirlok.m" Date: Sat, 1 Apr 2023 11:59:01 +0530 Subject: [PATCH 1/3] demo commit --- sample.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sample.py diff --git a/sample.py b/sample.py new file mode 100644 index 0000000..4b0511e --- /dev/null +++ b/sample.py @@ -0,0 +1,3 @@ +a=2 +b=4 +print(a+b) \ No newline at end of file From a11a6e4606ba4d492b86bd9bb986eac34c3f8945 Mon Sep 17 00:00:00 2001 From: SreyaAPillai <122674301+SreyaAPillai@users.noreply.github.com> Date: Sat, 1 Apr 2023 12:24:16 +0530 Subject: [PATCH 2/3] commit changes --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index f7cf60e..2f9a147 100644 --- a/hello.py +++ b/hello.py @@ -1 +1 @@ -print("Hello, world!") +print("Hello") From c02b698b9d007595c98ac9a0d3ecd11c53cb44fc Mon Sep 17 00:00:00 2001 From: SreyaAPillai <122674301+SreyaAPillai@users.noreply.github.com> Date: Sat, 1 Apr 2023 12:30:33 +0530 Subject: [PATCH 3/3] commit --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index 2f9a147..44159b3 100644 --- a/hello.py +++ b/hello.py @@ -1 +1 @@ -print("Hello") +print("Hello world")