Interest Calculator v2

Step 3: Show the interest amount and account balance for each year.
Hint: Use a loop:
for n in range(some_number):
  # your code here
Last step Next step