From edd1de70a98d4ae7886c24f032c3ddf63d40528a Mon Sep 17 00:00:00 2001 From: Tanmaypatil4409 Date: Tue, 30 Jan 2024 14:44:45 +0530 Subject: [PATCH 1/7] first commit --- 2.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 2.py diff --git a/2.py b/2.py new file mode 100644 index 0000000..7b8332d --- /dev/null +++ b/2.py @@ -0,0 +1,4 @@ +a=8 +b=4 +c=a+b +print c \ No newline at end of file From fb1d2fba4c63e65479546119c4c510352999e4d3 Mon Sep 17 00:00:00 2001 From: Tanmay4409 Date: Mon, 27 May 2024 21:14:07 +0530 Subject: [PATCH 2/7] first commit --- 3.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 3.py diff --git a/3.py b/3.py new file mode 100644 index 0000000..845f8e9 --- /dev/null +++ b/3.py @@ -0,0 +1,4 @@ +a=8 +b=5 +c=a+b +print c \ No newline at end of file From 864034b85da9ce38282c545e7b0e47d6350a8859 Mon Sep 17 00:00:00 2001 From: Tanmay Patil <156065958+Tanmay4409@users.noreply.github.com> Date: Mon, 27 May 2024 21:16:12 +0530 Subject: [PATCH 3/7] Update 3.py --- 3.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/3.py b/3.py index 845f8e9..fb6895b 100644 --- a/3.py +++ b/3.py @@ -1,4 +1,6 @@ -a=8 +a=5 b=5 c=a+b -print c \ No newline at end of file +d=a-b +print c +print d From 6e9513a70d50d6699b039a86ffb9b02311c38157 Mon Sep 17 00:00:00 2001 From: Tanmay4409 Date: Mon, 27 May 2024 21:20:59 +0530 Subject: [PATCH 4/7] Second commit --- 2.py | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 2.py diff --git a/2.py b/2.py deleted file mode 100644 index 7b8332d..0000000 --- a/2.py +++ /dev/null @@ -1,4 +0,0 @@ -a=8 -b=4 -c=a+b -print c \ No newline at end of file From 843a54c0bc7f067fd6ee1037dba92b42cfd84472 Mon Sep 17 00:00:00 2001 From: Tanmay4409 Date: Mon, 27 May 2024 21:21:26 +0530 Subject: [PATCH 5/7] third commit --- 3.py | 1 + 1 file changed, 1 insertion(+) diff --git a/3.py b/3.py index fb6895b..5b6ac5a 100644 --- a/3.py +++ b/3.py @@ -2,5 +2,6 @@ b=5 c=a+b d=a-b +e=a-b print c print d From 1395378bae2fd56be2db82aebcd87e6803ec8ec4 Mon Sep 17 00:00:00 2001 From: Tanmay Patil <156065958+Tanmay4409@users.noreply.github.com> Date: Mon, 27 May 2024 21:23:28 +0530 Subject: [PATCH 6/7] Create 2.py --- 2.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 2.py diff --git a/2.py b/2.py new file mode 100644 index 0000000..0dbb01a --- /dev/null +++ b/2.py @@ -0,0 +1,4 @@ +a=32 +b=23 +c=a=b +print c From fd25a319d80c8caab8cae3a540f576f0076dd5f2 Mon Sep 17 00:00:00 2001 From: Tanmay4409 Date: Mon, 27 May 2024 21:24:34 +0530 Subject: [PATCH 7/7] forth commit --- 2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/2.py b/2.py index 0dbb01a..73c5e17 100644 --- a/2.py +++ b/2.py @@ -2,3 +2,4 @@ b=23 c=a=b print c +print a