Pardon me if this isn’t the right place to ask but I need to make a compound-interest calculator, as a small high school project… with the feature that will help show the increase of investment over time

I just need to get the first part over with it…

Savings Simulator

Enter you initial investment: 600.00

Let’s invest your money

Interest Rate: 5

Number of years: 2

Year 1 $630.00

Year 2 $661.50…

https://docs.google.com/document/d/1Cebi50BQlEwuRnMG79TDZ178CHWMDTNIxN82b1xdASc/edit

  • Trent@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Because I’ve never seen a python class before that was ‘no experience required’ where they go “Well, normally we’d teach you about variables, and loops, functions and operator precedence…but you know what? Screw all that. Head first! YOLO! Write me some code.”

    If that is how that class is, I’d drop it and go hit youtube or something. How to Learn Python stuff is pretty available if you want to learn (and python is pretty useful).