From fb6ffd575a8ea5fb19a20ceaabeb533f1fc2d07a Mon Sep 17 00:00:00 2001 From: Tanmay4409 Date: Tue, 28 May 2024 09:25:47 +0530 Subject: [PATCH 1/5] 1 --- 1.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 1.py diff --git a/1.py b/1.py new file mode 100644 index 0000000..320a102 --- /dev/null +++ b/1.py @@ -0,0 +1,4 @@ +a=1 +b=2 +c=a+b +print c \ No newline at end of file From 23ccdbde6dec29e4b73e3c7712483384cabcb477 Mon Sep 17 00:00:00 2001 From: Tanmay Patil <156065958+Tanmay4409@users.noreply.github.com> Date: Tue, 28 May 2024 09:27:47 +0530 Subject: [PATCH 2/5] 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..caaa58f --- /dev/null +++ b/2.py @@ -0,0 +1,4 @@ +b=23 +c=44 +d=b+c +print d From ce0ddd5f4ca66ba1e3b24d94dc61bac172c7b6ae Mon Sep 17 00:00:00 2001 From: Tanmay Patil <156065958+Tanmay4409@users.noreply.github.com> Date: Tue, 28 May 2024 09:28:05 +0530 Subject: [PATCH 3/5] Update 2.py --- 2.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/2.py b/2.py index caaa58f..e7a9400 100644 --- a/2.py +++ b/2.py @@ -1,4 +1,5 @@ b=23 c=44 -d=b+c +a=23 +d=a+b+c print d From 6c90c754e29abc1f54fd8ac143467e14fdb8ec32 Mon Sep 17 00:00:00 2001 From: Tanmay4409 Date: Tue, 28 May 2024 09:33:10 +0530 Subject: [PATCH 4/5] ty --- 2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2.py b/2.py index e7a9400..533d46e 100644 --- a/2.py +++ b/2.py @@ -1,5 +1,5 @@ b=23 c=44 -a=23 +a=2 d=a+b+c -print d +print (d) From 482daf6e594f697dcb3a01f3ad303d268bd7b5e9 Mon Sep 17 00:00:00 2001 From: Tanmay Patil <156065958+Tanmay4409@users.noreply.github.com> Date: Tue, 28 May 2024 09:39:05 +0530 Subject: [PATCH 5/5] Create 3.py --- 3.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 3.py diff --git a/3.py b/3.py new file mode 100644 index 0000000..2ee00dd --- /dev/null +++ b/3.py @@ -0,0 +1 @@ +print ("Hello world")