X = input(“x: ”) Y = input(“y: ”)

Input takes in string

Print(x + y)

Simply concatenates them to become 1 + 2 = 12

Convert using int(x) and int(y)

CS50 library is better