From db2a389186de4fda4309e91247310134952b14c0 Mon Sep 17 00:00:00 2001 From: rakshiithaaa <22bcaf50@kristujayanti.com> Date: Mon, 27 May 2024 19:09:45 +0530 Subject: [PATCH 1/2] added semi --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 0c94276..ce4912e 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,3 @@ a=10 b=20 -print (a+b) \ No newline at end of file +print (a+b); \ No newline at end of file From 54274a7ea922d8d127eca0a14a8c658dabe9d0d5 Mon Sep 17 00:00:00 2001 From: rakshiithaaa <22bcaf50@kristujayanti.com> Date: Mon, 27 May 2024 19:13:52 +0530 Subject: [PATCH 2/2] added semi --- test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.py b/test.py index ce4912e..ad99af1 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,3 @@ -a=10 -b=20 +a=10; +b=20; print (a+b); \ No newline at end of file