Write a program to input amount and display its annotations.
values = list(map(int, input().split())) amount = 0 for el in values: amount += el print(amount)
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment