num1 = int(input("Enter First number:")) num2 = int(input("Enter Second number:")) a = num1 % num2 b = num2 % num1 if a > b: print(b) else: print(a)
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