Question #207049

Write a program to input amount and display its annotations.


Expert's answer

values = list(map(int, input().split()))
amount = 0
for el in values:
	amount += el
print(amount)

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