From e736fdd1a82ecc4025e99fca0cf481668164adef Mon Sep 17 00:00:00 2001 From: vanshita200 Date: Sun, 26 May 2024 23:32:57 +0530 Subject: [PATCH 1/5] new --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 59bcf23..06a353c 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,3 @@ a=25 -b=20 +b=2 print (a+b) From 7ec5241f687532246f02ef0b055ca1298f9ed1cd Mon Sep 17 00:00:00 2001 From: vanshita200 <156298379+vanshita200@users.noreply.github.com> Date: Sun, 26 May 2024 23:35:03 +0530 Subject: [PATCH 2/5] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 06a353c..1e14a34 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,3 @@ a=25 -b=2 +b=200000 print (a+b) From e237e2e5e41e19b1699f89f6d73bc052b58f8cf6 Mon Sep 17 00:00:00 2001 From: vanshita200 <156298379+vanshita200@users.noreply.github.com> Date: Sun, 26 May 2024 23:38:32 +0530 Subject: [PATCH 3/5] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 1e14a34..06a353c 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,3 @@ a=25 -b=200000 +b=2 print (a+b) From 56990ba3410d803ec0182d545ae9a4a074cee4ab Mon Sep 17 00:00:00 2001 From: vanshita200 Date: Sun, 26 May 2024 23:39:56 +0530 Subject: [PATCH 4/5] change --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 1e14a34..ee53e12 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,3 @@ -a=25 +a=2500 b=200000 print (a+b) From a0f9b27c03be5f5a5b375d1c7efb2b04bf2b7a03 Mon Sep 17 00:00:00 2001 From: vanshita200 <156298379+vanshita200@users.noreply.github.com> Date: Mon, 27 May 2024 00:05:24 +0530 Subject: [PATCH 5/5] Update test.py --- test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.py b/test.py index ee53e12..4883f43 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,3 @@ a=2500 -b=200000 -print (a+b) +b=2 +print (a-b)