Get your own Python server Result Size: 625 x 565
x
 
x = input("Type a number: ")
y = input("Type another number: ")
sum = int(x) + int(y)
print("The sum is: ", sum)
Type a number:
Type another number: