diff --git a/ex1-forloop.py b/ex1-forloop.py index 74ba289..17a1021 100644 --- a/ex1-forloop.py +++ b/ex1-forloop.py @@ -15,11 +15,13 @@ 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..7047185 100644 --- a/ex2-dfunction.py +++ b/ex2-dfunction.py @@ -18,4 +18,4 @@ 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