print ("enter first number ")
n1 = input ()print ("enter second number")n2 = input ()print ("the sum of two number is ", int (n1) - int (n2))