Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions ex1-forloop.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
#--------------------------------------------



2 changes: 1 addition & 1 deletion ex2-dfunction.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ def double(n):
y = 200
print("Added this line from User-2 account")
B = 100
C = 200
C = 200