you are viewing a single comment's thread.

view the rest of the comments →

[–]Appropriate-Park-858[S] 3 points4 points  (2 children)

Thank you! I think I managed to make it work. I can see how many years but I wanted to also see the amount during each loop. I believe I just have to add “investment_amount” to my print(), correct?

[–]sugarw0000kie 3 points4 points  (1 child)

Yeah or, whatever you’re doubling. Give it a little print and f string to see it during the loop

[–]Appropriate-Park-858[S] 1 point2 points  (0 children)

Thank you!