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

#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")

Gleaming Gemsbok answered on March 21, 2022 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • 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

  • #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")

    0
    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Mar 21 2022
    Gleaming Gemsbok
    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.