Skip to content

Changes the file ex1 and ex2 with x = 100 and y = 200 #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
4 changes: 3 additions & 1 deletion ex1-forloop.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 4 additions & 1 deletion ex2-dfunction.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ def double(n):
y = 200
print("Added this line from User-2 account")
B = 100
C = 200
C = 200
#----------------------------------------------------
print("Added this line from User-2 account")
y=200