Answer to Question #207049 in Python for anime

Question #207049

Write a program to input amount and display its annotations.


1
Expert's answer
2021-06-15T01:29:23-0400
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!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS