diff --git a/ex1-forloop.py b/ex1-forloop.py index 74ba289..2bb5fcc 100644 --- a/ex1-forloop.py +++ b/ex1-forloop.py @@ -23,3 +23,6 @@ def count_to_n(x = n): B = 700 C = 900 +print("Added this line from 02-ahmed") +x = 1 + diff --git a/ex2-dfunction.py b/ex2-dfunction.py index 1000a6e..dbdddf3 100644 --- a/ex2-dfunction.py +++ b/ex2-dfunction.py @@ -18,4 +18,6 @@ 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 02-ahmed") \ No newline at end of file