From e99f635de7273cc3435e91ea0f963d5fc98fc9e2 Mon Sep 17 00:00:00 2001 From: ReubenGeorg <156065726+ReubenGeorg@users.noreply.github.com> Date: Tue, 23 Jan 2024 14:54:36 +0530 Subject: [PATCH 1/8] Create demo4.py --- demo4.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 demo4.py diff --git a/demo4.py b/demo4.py new file mode 100644 index 0000000..ca4d07a --- /dev/null +++ b/demo4.py @@ -0,0 +1,3 @@ +a=10 +b=20 +print (a+b) From 3473bac2672a77e6a8e52567fdfce2741acc58b2 Mon Sep 17 00:00:00 2001 From: ReubenGeorg <156065726+ReubenGeorg@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:17:59 +0530 Subject: [PATCH 2/8] Update test.py --- test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.py b/test.py index 0c94276..2776680 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,3 @@ -a=10 +a=50 b=20 -print (a+b) \ No newline at end of file +print (a-b) From 366fc263c8e3d718ac112bddc93f79ad9dd0fee9 Mon Sep 17 00:00:00 2001 From: ReubenGeorg <156065726+ReubenGeorg@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:18:37 +0530 Subject: [PATCH 3/8] Update test.py --- test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.py b/test.py index 2776680..efa2190 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,3 @@ -a=50 +a=60 b=20 -print (a-b) +print (a+b) From 37bb7efc9d6c559abfd99917b3f9554865211a96 Mon Sep 17 00:00:00 2001 From: ReubenGeorg <156065726+ReubenGeorg@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:41:36 +0530 Subject: [PATCH 4/8] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index efa2190..876f63d 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,3 @@ -a=60 +a=70 b=20 print (a+b) From 4b1408b1897135531709fce44558dd6c15ad7671 Mon Sep 17 00:00:00 2001 From: ReubenGeorg <156065726+ReubenGeorg@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:53:38 +0530 Subject: [PATCH 5/8] Update test.py --- test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.py b/test.py index 876f63d..69a39c4 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,3 @@ -a=70 +a=80 b=20 -print (a+b) +print (a-b) From bfddd439558d5adf51ed6195b6cf4b1cdc4fdadd Mon Sep 17 00:00:00 2001 From: ReubenGeorg <156065726+ReubenGeorg@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:55:28 +0530 Subject: [PATCH 6/8] Update test.py --- test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.py b/test.py index 69a39c4..b2e444c 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,3 @@ -a=80 +a=100 b=20 -print (a-b) +print (a+b) From 7032579ea60b42b9585de9672f1f8d9f0f33c01b Mon Sep 17 00:00:00 2001 From: ReubenGeorg Date: Sun, 26 May 2024 13:41:12 +0530 Subject: [PATCH 7/8] update --- test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.py b/test.py index b2e444c..9928d73 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,3 @@ -a=100 +a=1000 b=20 -print (a+b) +print (a-b) From 79cbd48b60053fb49072190a993f66886840feef Mon Sep 17 00:00:00 2001 From: ReubenGeorg Date: Sun, 26 May 2024 14:00:52 +0530 Subject: [PATCH 8/8] changed --- demo4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo4.py b/demo4.py index ca4d07a..aabfecf 100644 --- a/demo4.py +++ b/demo4.py @@ -1,3 +1,3 @@ a=10 b=20 -print (a+b) +print (a-b)