Write the output of the following program :
def Check(K, L=70):
if(K>L):
K-=L
else:
K+=L
M=100
N=40
Check(M,N)
print(M,"#",N)
Check(M)
print(N,"#",M)
Answers
Answered by
0
Answer:
h3h3h3h4hhhh4uueuuuuhu4uuwhuw
Similar questions
Math,
7 days ago
India Languages,
7 days ago
Math,
7 days ago
Science,
15 days ago
Math,
8 months ago
Computer Science,
8 months ago
Math,
8 months ago