Write a program that examines two numbers and exchanges their position using only the else clause
A = int(input()) B = int(input()) if A != B: A = A + B B = A - B print(A,B)
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment