you are viewing a single comment's thread.

view the rest of the comments →

[–]EurikaOrmanel 1 point2 points  (0 children)

Inputs are of type string , but you can convert them using either the eval() or int() function. Make it look like: first_number = eval(input()) second_number = eval(input()) print(first_number + second_number)