From ebd31ddc1c65125b34bf49ed38b4c3ea0060f586 Mon Sep 17 00:00:00 2001 From: Sandy <156066569+Sandhyasubba@users.noreply.github.com> Date: Mon, 27 May 2024 17:32:40 +0530 Subject: [PATCH] Update test.py --- test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test.py b/test.py index 59bcf23..a9e7eb5 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,4 @@ a=25 b=20 print (a+b) +print (a-b)