contestada

Consider the following lines of Python:

>>> x = input()

>? 12

>>> x + “abc”

What is the output?