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