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/2] 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 beec617bf2ef4f504eb2b1ae9287f51d5ed8469f Mon Sep 17 00:00:00 2001 From: V Meenakshi Iyer <74537549+meenakshiiyer2531@users.noreply.github.com> Date: Mon, 27 May 2024 23:46:06 +0530 Subject: [PATCH 2/2] Update test.py --- test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test.py b/test.py index 6b38290..1f6881f 100644 --- a/test.py +++ b/test.py @@ -2,3 +2,5 @@ b=20 c=5 print (a+b+c) + +# hey