savings=int(input("Enter the amount of savings. ")) print("Starting value:",savings) savings=savings*1.05 print("after 1 year:",savings) savings=savings*1.05 print("after 2 year:",savings) savings=savings*1.05 print("after 3 year:",savings) savings=savings*1.05 print("after 4 year:",savings) savings=savings*1.05 print("after 5 year:",savings) savings=savings*1.05 print("after 6 year:",savings) savings=savings*1.05 print("after 7 year:",savings) savings=savings*1.05 print("after 8 year:",savings) savings=savings*1.05 print("after 9 year:",savings) savings=savings*1.05 print("after 10 year:",savings)