Write a Python script that will calculate the value of a savings account after 10 years. Your script should prompt the user to enter a starting value and then calculate the compound interest every year at a rate of 1% per year. It should store each yearly value in a dictionary and at the end of the calculation print the whole dictionary showing the value at the end of each year.

Solved
Show answers

Ask an AI advisor a question