From 75b121b8bf5b8bff2b3257db5b72761d244c034e Mon Sep 17 00:00:00 2001 From: claud743 Date: Mon, 27 May 2024 22:39:22 +0530 Subject: [PATCH] changes on value --- test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.py b/test.py index 59bcf23..92fe781 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,3 @@ -a=25 -b=20 +a=40 +b=100 print (a+b)