Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

write some code that takes as input the name of the fund, the price of the fund per unit, the percentage of growth from yesterday, a month ago, 3 months ago, 6 months ago and 12 months ago as well as the number of units owned and generates a line chart wi

Green Team answered on July 20, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • #1 while loop lend = input("Amount: ") money = int(lend) bal = int(lend) monthly = 290 months = 0 while bal > money / 2: bal = 1.005 * bal - monthly months += 1 print(f"{months} months to pay the car in half")

  • write some code that takes as input the name of the fund, the price of the fund per unit, the percentage of growth from yesterday, a month ago, 3 months ago, 6 months ago and 12 months ago as well as the number of units owned and generates a line chart wi

    0
    Popularity 1/10 Helpfulness 1/10 Language python
    Link to this answer
    Share Copy Link
    Contributed on Jul 20 2023
    Green Team
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.