Result Size: 625 x 571
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: