A=10: B=20 C = A:A = B:B= C Print A,B
Please help it's urgent
Answers
Answered by
1
Answer:
print ( A )
output : 10
print(B)
output:20
print(C)
output:10
print(A)
output:20
print(B)
ouput:10
Thus, at last output of A = 20 and B = 10
Similar questions
Physics,
2 months ago
Social Sciences,
2 months ago
English,
5 months ago
English,
5 months ago
Geography,
11 months ago