From 593bb6656e2ce51f20d035b34917194c6d2ab372 Mon Sep 17 00:00:00 2001 From: Sigmales Date: Thu, 21 Aug 2025 13:22:43 +0000 Subject: [PATCH 1/3] Modified file ex1 and ex2 with x = 100 & y = 200 --- ex1-forloop.py | 8 +++----- ex2-dfunction.py | 3 --- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/ex1-forloop.py b/ex1-forloop.py index 74ba289..40fa6b4 100644 --- a/ex1-forloop.py +++ b/ex1-forloop.py @@ -15,11 +15,9 @@ def count_to_n(x = n): print("Added 1st line from techteam1 on GitHub") #-------------------------------------------- print("Added 2nd line from techteam1 on GitHub") -#-------------------------------------------- -print("Added this line from User-2 account") +print("Added this line from techteam1 on GitHub") x = 100 #-------------------------------------------- -print("Added this line from User-2 account") -B = 700 -C = 900 +#------------------------------------- + diff --git a/ex2-dfunction.py b/ex2-dfunction.py index 1000a6e..4ae3478 100644 --- a/ex2-dfunction.py +++ b/ex2-dfunction.py @@ -16,6 +16,3 @@ def double(n): #---------------------------------------------------- print("Added this line from User-2 account") y = 200 -print("Added this line from User-2 account") -B = 100 -C = 200 \ No newline at end of file From 83e0257d9802c00fb08d448bb07b4f7540f6b5e7 Mon Sep 17 00:00:00 2001 From: Sigmales Date: Fri, 22 Aug 2025 01:34:16 +0000 Subject: [PATCH 2/3] Updated file ex1 with B = 700 & C = 900 Updated file ex1 with B = 700 & C = 900 from Github User-2 account --- ex1-forloop.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ex1-forloop.py b/ex1-forloop.py index 40fa6b4..17a1021 100644 --- a/ex1-forloop.py +++ b/ex1-forloop.py @@ -18,6 +18,10 @@ def count_to_n(x = n): print("Added this line from techteam1 on GitHub") x = 100 #-------------------------------------------- -#------------------------------------- +print("Added this line from User-2 account") +B = 700 +C = 900 +#-------------------------------------------- + From 9778c71c952a0a3e7be5b7d720e9c7bd73850e72 Mon Sep 17 00:00:00 2001 From: Sigmales Date: Fri, 22 Aug 2025 01:36:01 +0000 Subject: [PATCH 3/3] Updated file ex2 with B = 100 & C =200 Updated file ex2 with B = 100 & C =200 from User-2 account --- ex2-dfunction.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ex2-dfunction.py b/ex2-dfunction.py index 4ae3478..7047185 100644 --- a/ex2-dfunction.py +++ b/ex2-dfunction.py @@ -16,3 +16,6 @@ def double(n): #---------------------------------------------------- print("Added this line from User-2 account") y = 200 +print("Added this line from User-2 account") +B = 100 +C = 200