View Code of Problem 1

A = input()
b = A.split(" ")
print(int(b[1])+int(b[0]))

Double click to view unformatted code.


Back to problem 1