(e)
Write the output of the following python code.
a,b=5,5
def change(X):
global a
b=100
a= a+b
b=b+X
change(3)
print(a,'&', b)
Answers
Answered by
0
Answer:
hi palak i know the answer before i want to aak one question
Similar questions
Accountancy,
4 months ago
Social Sciences,
4 months ago
English,
8 months ago
Math,
8 months ago
English,
1 year ago
Math,
1 year ago
English,
1 year ago