Question #312017

Sum of 2 numbers


Expert's answer

s = (str(input("Enter two numbers separated by SPACE: "))).split(" ")
Sum=0
for r in range(0,len(s)):
    Sum = Sum + int(s[r])
print("Sum = ",Sum)

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS