Find the outputdef alter(p=15,q=10):p=p*qq=p/qprint(p,"#",q)return qa=100b=200a=alter(a,b)print(a,"$",b)b=alter(b)print(a, "$",b)a=alter(a)print(a,"$",b)
Answers
Answered by
7
Explanation:
hey mate sorry I can't undarstan your question please try again.
Similar questions
Social Sciences,
5 months ago
Hindi,
5 months ago
Science,
10 months ago
Physics,
10 months ago
Biology,
1 year ago