From 983da334275e317dd158c249e4c8213b25b0d58c Mon Sep 17 00:00:00 2001 From: MelvinJK24 Date: Sun, 26 May 2024 14:56:34 +0530 Subject: [PATCH] new commit --- test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test.py b/test.py index 59bcf23..29a7e73 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,4 @@ a=25 b=20 -print (a+b) +c=30 +print (a+b+c)