View Code of Problem 1

print(sum(map(lambda x:int(x),input().split())))

Double click to view unformatted code.


Back to problem 1