View Code of Problem 1

s = input()
l = s.split(" ")
a = int(l[0])
b = int(l[1])
print(a+b)

Double click to view unformatted code.


Back to problem 1