From a5370e8c67bfc545fb4d93c7e8d81e66b28d4fc6 Mon Sep 17 00:00:00 2001 From: Jemyjogi Date: Sat, 6 May 2023 12:00:40 +0530 Subject: [PATCH 1/5] first --- exam.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 exam.py diff --git a/exam.py b/exam.py new file mode 100644 index 0000000..a4c615e --- /dev/null +++ b/exam.py @@ -0,0 +1,4 @@ +a=10 + +b=20 + From 166e92873251c470e6a9829a8ae83a049f3a8341 Mon Sep 17 00:00:00 2001 From: John Corine <122352915+JohncorineS@users.noreply.github.com> Date: Sat, 6 May 2023 12:02:26 +0530 Subject: [PATCH 2/5] Update exam.py c= a + b --- exam.py | 1 + 1 file changed, 1 insertion(+) diff --git a/exam.py b/exam.py index a4c615e..0d8bf08 100644 --- a/exam.py +++ b/exam.py @@ -2,3 +2,4 @@ b=20 +c= a + b From 8eff7fba4643c2dc395946b5a38767fe4f065ebc Mon Sep 17 00:00:00 2001 From: Jemyjogi Date: Sat, 6 May 2023 12:04:10 +0530 Subject: [PATCH 3/5] commit --- add.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 add.py diff --git a/add.py b/add.py new file mode 100644 index 0000000..cf57836 --- /dev/null +++ b/add.py @@ -0,0 +1,2 @@ +a=1 +b=5 From b7de5db22fc74d71337428e724fabfbd047640fe Mon Sep 17 00:00:00 2001 From: John Corine <122352915+JohncorineS@users.noreply.github.com> Date: Sat, 6 May 2023 12:07:14 +0530 Subject: [PATCH 4/5] Update add.py update b to 10 --- add.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add.py b/add.py index cf57836..73c025a 100644 --- a/add.py +++ b/add.py @@ -1,2 +1,2 @@ a=1 -b=5 +b=10 From 88c990d0fe81a3b338066c78e1433783e6b89be8 Mon Sep 17 00:00:00 2001 From: Jemyjogi Date: Sat, 6 May 2023 12:07:55 +0530 Subject: [PATCH 5/5] update b to 10 --- add.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add.py b/add.py index cf57836..5751de3 100644 --- a/add.py +++ b/add.py @@ -1,2 +1,2 @@ a=1 -b=5 +b=6