From c26dd49cbe9ee2e2df648ffe7d967fdecca88b09 Mon Sep 17 00:00:00 2001 From: kirthana Ashok Naik <156070927+kirthana-1010@users.noreply.github.com> Date: Sun, 26 May 2024 18:35:09 +0530 Subject: [PATCH] Update test.py --- test.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test.py b/test.py index 5cbe6cb..0de1c58 100644 --- a/test.py +++ b/test.py @@ -1,8 +1,8 @@ -a = 180; +a = 120; -b= 3; -print(a+b) \ No newline at end of file +b= 4; +print(a+b)