num1=input("Enter First Number = ") num1=int(num1) num2=input("Enter Second Number = ") num2=int(num2) temp=num1 num2=num1 temp=num2 print(&