View Code of Problem 1

st=input()
a=st.split()[0]
b=st.split()[1]
a=int(a)
b=int(b)
print(a+b)

Double click to view unformatted code.


Back to problem 1