It looks like you need to get both numbers from the input. Try doing something like this:
print(int(input()) + int(input()))
4.9m questions
6.4m answers