Find and write the output of the following code: (3 marks)
def Change(P ,Q=25):
P=P-Q
Q=P+Q
print( P,"#",Q)
return (P)
R=150
S=100
R=Change(R,S)
print(R,"#",S)
S=Change(S)
Answers
Answered by
1
snfktsbfjghdbjcvnbgjfjdocbsodndi pi Dr ug
Similar questions
English,
4 months ago
Social Sciences,
4 months ago
Business Studies,
4 months ago
Science,
8 months ago
Physics,
1 year ago