From 81601245b5c42f95d0da4632b6431c1f8807eedc Mon Sep 17 00:00:00 2001 From: Amit Butola Date: Fri, 25 Mar 2022 16:45:19 +0530 Subject: [PATCH] Changes the file ex1 and ex2 with x = 100 and y = 200 --- ex1-forloop.py | 4 +++- ex2-dfunction.py | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ex1-forloop.py b/ex1-forloop.py index 74ba289..65cb518 100644 --- a/ex1-forloop.py +++ b/ex1-forloop.py @@ -22,4 +22,6 @@ def count_to_n(x = n): print("Added this line from User-2 account") B = 700 C = 900 - +#-------------------------------------------- +print("Added this line from techteam1 on GitHub") +x = 100 diff --git a/ex2-dfunction.py b/ex2-dfunction.py index 1000a6e..c87f59c 100644 --- a/ex2-dfunction.py +++ b/ex2-dfunction.py @@ -18,4 +18,7 @@ def double(n): y = 200 print("Added this line from User-2 account") B = 100 -C = 200 \ No newline at end of file +C = 200 +#---------------------------------------------------- +print("Added this line from User-2 account") +y=200 \ No newline at end of file