num1 = int(input("Enter number 1: ")) num2 = int(input("Enter number 2: ")) print(num1 + num2)