From 278f6141823058f1490b60baa1dfe71a7843cc48 Mon Sep 17 00:00:00 2001 From: JohncorineS Date: Tue, 28 Mar 2023 11:32:05 +0530 Subject: [PATCH 01/10] testing --- test.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test.py diff --git a/test.py b/test.py new file mode 100644 index 0000000..e18ba52 --- /dev/null +++ b/test.py @@ -0,0 +1,2 @@ +a=50 +b=50 \ No newline at end of file From 7cd343be96361d23d90d906b401b0279f221f66c Mon Sep 17 00:00:00 2001 From: John Corine <122352915+JohncorineS@users.noreply.github.com> Date: Tue, 28 Mar 2023 11:33:30 +0530 Subject: [PATCH 02/10] update b to 100 --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index e18ba52..3333b43 100644 --- a/test.py +++ b/test.py @@ -1,2 +1,2 @@ a=50 -b=50 \ No newline at end of file +b=100 From 5e55f4e328394dd1fdadff9772464a5633abcdaa Mon Sep 17 00:00:00 2001 From: John Corine <122352915+JohncorineS@users.noreply.github.com> Date: Tue, 28 Mar 2023 11:34:24 +0530 Subject: [PATCH 03/10] update a to 80 --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 3333b43..49e77f2 100644 --- a/test.py +++ b/test.py @@ -1,2 +1,2 @@ -a=50 +a=80 b=100 From 7abb336ffcb42bf65028092ab99e59c41c2090cb Mon Sep 17 00:00:00 2001 From: JohncorineS Date: Tue, 28 Mar 2023 11:35:07 +0530 Subject: [PATCH 04/10] update a to 80 --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 3333b43..0bf24a5 100644 --- a/test.py +++ b/test.py @@ -1,2 +1,2 @@ -a=50 +a=60 b=100 From 744042615d07235973e28982330e58951d0e3daf Mon Sep 17 00:00:00 2001 From: John Corine <122352915+JohncorineS@users.noreply.github.com> Date: Tue, 28 Mar 2023 11:39:53 +0530 Subject: [PATCH 05/10] update a to 50 --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index dd70e9c..3333b43 100644 --- a/test.py +++ b/test.py @@ -1,2 +1,2 @@ -a=20 +a=50 b=100 From 1b52bacfa06c8bf431e9474e76e3d032521e98c9 Mon Sep 17 00:00:00 2001 From: JohncorineS Date: Tue, 28 Mar 2023 11:40:15 +0530 Subject: [PATCH 06/10] update a to 80 --- test.py | 2 +- test2.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 test2.py diff --git a/test.py b/test.py index dd70e9c..49e77f2 100644 --- a/test.py +++ b/test.py @@ -1,2 +1,2 @@ -a=20 +a=80 b=100 diff --git a/test2.py b/test2.py new file mode 100644 index 0000000..fde3f0a --- /dev/null +++ b/test2.py @@ -0,0 +1,2 @@ +a=50 +b=50 From 16fdc78ead754b134e7d272bb768f8df0a14abe4 Mon Sep 17 00:00:00 2001 From: JohncorineS Date: Tue, 28 Mar 2023 12:47:55 +0530 Subject: [PATCH 07/10] first commit --- 2.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 2.py diff --git a/2.py b/2.py new file mode 100644 index 0000000..2a1d9a7 --- /dev/null +++ b/2.py @@ -0,0 +1,2 @@ +a=20 +b=50 \ No newline at end of file From cc5af7b756e9374c09cacb77c8ad0fedd8b2692e Mon Sep 17 00:00:00 2001 From: John Corine <122352915+JohncorineS@users.noreply.github.com> Date: Tue, 28 Mar 2023 12:54:03 +0530 Subject: [PATCH 08/10] update a to 40 --- 2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2.py b/2.py index 2a1d9a7..2c8d12f 100644 --- a/2.py +++ b/2.py @@ -1,2 +1,2 @@ -a=20 -b=50 \ No newline at end of file +a=40 +b=50 From b9da9d2dbae9cce8d80691678bda78256d25c0ad Mon Sep 17 00:00:00 2001 From: John Corine <122352915+JohncorineS@users.noreply.github.com> Date: Tue, 28 Mar 2023 12:58:15 +0530 Subject: [PATCH 09/10] insert c to 100 --- 2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/2.py b/2.py index 2c8d12f..fee02de 100644 --- a/2.py +++ b/2.py @@ -1,2 +1,3 @@ a=40 b=50 +c=100 From f2860c6a3e083a181e3b4c0089de7e76dd9348e8 Mon Sep 17 00:00:00 2001 From: John Corine <122352915+JohncorineS@users.noreply.github.com> Date: Tue, 28 Mar 2023 13:00:44 +0530 Subject: [PATCH 10/10] updated --- 2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2.py b/2.py index fee02de..e341215 100644 --- a/2.py +++ b/2.py @@ -1,3 +1,3 @@ a=40 -b=50 -c=100 +b=505 +