From 9826d043378c049b8ea2c8fe6af0ec24d2bb2ac1 Mon Sep 17 00:00:00 2001 From: V Meenakshi Iyer <74537549+meenakshiiyer2531@users.noreply.github.com> Date: Mon, 27 May 2024 23:31:19 +0530 Subject: [PATCH 1/3] Update test.py --- test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test.py b/test.py index 59bcf23..6b38290 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,4 @@ a=25 b=20 -print (a+b) +c=5 +print (a+b+c) From 1a756c82ad73e6e7b5ae52ad01186543e222b7dc Mon Sep 17 00:00:00 2001 From: meenakshiiyer2531 Date: Mon, 27 May 2024 23:44:49 +0530 Subject: [PATCH 2/3] comment added --- test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test.py b/test.py index 6b38290..acaff03 100644 --- a/test.py +++ b/test.py @@ -2,3 +2,4 @@ b=20 c=5 print (a+b+c) +# Hello \ No newline at end of file From f0ad949a49d75357d74a0bafec501e00ff3915f3 Mon Sep 17 00:00:00 2001 From: V Meenakshi Iyer <74537549+meenakshiiyer2531@users.noreply.github.com> Date: Mon, 27 May 2024 23:46:42 +0530 Subject: [PATCH 3/3] Update test.py --- test.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test.py b/test.py index acaff03..a9770cb 100644 --- a/test.py +++ b/test.py @@ -2,4 +2,6 @@ b=20 c=5 print (a+b+c) -# Hello \ No newline at end of file +# Hello + +# hey