Find detailed and accurate answers to your questions on IDNLearn.com. Ask anything and receive immediate, well-informed answers from our dedicated community of experts.

Write a program that will add up the series of numbers: 105, 104, 103… 3, 2, 1. The program should print the running total as well as the total at the end. The program should use one for loop, the range() function, and one print() command.

Sample Run
105
209
312
414
515
615



5555
5559
5562
5564
5565