From c1758aec2bcbe8e8f9e29e2f9bfdfdc3aa9637c8 Mon Sep 17 00:00:00 2001 From: demo Date: Mon, 27 May 2024 04:21:41 +0530 Subject: [PATCH] Change in Calculations --- test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test.py b/test.py index 59bcf23..859103e 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,5 @@ a=25 b=20 print (a+b) +c=30 +print(a+b+c)