From 5f7c20692c25c0ab3b3fb7a9354585562c5412b1 Mon Sep 17 00:00:00 2001 From: padmasee05 Date: Tue, 16 Apr 2024 01:45:42 +0530 Subject: [PATCH 1/3] hhh --- try.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 try.py diff --git a/try.py b/try.py new file mode 100644 index 0000000..eee0006 --- /dev/null +++ b/try.py @@ -0,0 +1,3 @@ +a=10 +b=20 +print(a+b) \ No newline at end of file From 7f43e18ae44fc42355af7f7a3978f3575f6fbc78 Mon Sep 17 00:00:00 2001 From: vanshikathavnani <156779069+vanshikathavnani@users.noreply.github.com> Date: Tue, 16 Apr 2024 01:54:16 +0530 Subject: [PATCH 2/3] Update try.py --- try.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/try.py b/try.py index eee0006..9b8e1b8 100644 --- a/try.py +++ b/try.py @@ -1,3 +1,3 @@ -a=10 -b=20 -print(a+b) \ No newline at end of file +a=100 +b=200 +print(a+b) From 1b9bc079f7a1a4e22ab4a117db3a068a471a7866 Mon Sep 17 00:00:00 2001 From: padmasee05 Date: Tue, 16 Apr 2024 02:01:07 +0530 Subject: [PATCH 3/3] kk --- try.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/try.py b/try.py index 9b8e1b8..1187e04 100644 --- a/try.py +++ b/try.py @@ -1,3 +1,3 @@ -a=100 -b=200 +a=188 +b=700 print(a+b)