From 7569fb1f58e2585d0338e23035cde76e0c91044f Mon Sep 17 00:00:00 2001 From: Sneha2242 Date: Sat, 1 Apr 2023 18:38:11 +0530 Subject: [PATCH] new commit --- test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.py b/test.py index b769686..bb3f2c8 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,3 @@ -a=10 +a=30 b=20 -print(a=b) \ No newline at end of file +print(a+b) \ No newline at end of file