how to solve
a=5
b=2*a
a+=a+b
b*=a+b
print(a,b)
Answers
Answered by
0
Answer:
b = 10 a= 20 b = 60(20,60)
Similar questions