Respuesta :

It looks like you need to get both numbers from the input. Try doing something like this:

print(int(input()) + int(input()))