x = eval(input("Input an integer value #1: ")) y = eval(input("Input an integer value #2: ")) z = x + y print("Sum is",z)