diff --git a/ex1-forloop.py b/ex1-forloop.py index 74ba289..d82bd9b 100644 --- a/ex1-forloop.py +++ b/ex1-forloop.py @@ -22,4 +22,8 @@ def count_to_n(x = n): print("Added this line from User-2 account") B = 700 C = 900 +P = 999 +print("Added this line from User-2 account") +J = 700 +K = 900 diff --git a/ex2-dfunction.py b/ex2-dfunction.py index 1000a6e..5aa0a68 100644 --- a/ex2-dfunction.py +++ b/ex2-dfunction.py @@ -18,4 +18,8 @@ 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 +P = 9999 +print("Added this line from User-2 account") +J = 100 +K = 200