Computer Science, asked by palaktiwari1245, 5 months ago

(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 mohan2402
0

Answer:

hi palak i know the answer before i want to aak one question

Similar questions