bill-skinner

Results 1 issues of bill-skinner

When running the following code, the second line of the output is incorrect. "Interest Rate: 0.06%" should be "Interest Rate: 6%" ``` from mortgage import Loan loan = Loan(principal=100000, interest=0.06,...