Welcome to Westonci.ca, your ultimate destination for finding answers to a wide range of questions from experts. Join our Q&A platform to connect with experts dedicated to providing precise answers to your questions in different areas. Explore comprehensive solutions to your questions from a wide range of professionals on our user-friendly platform.

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