Jump to content

User:Edda

From Wikipedia
i=0 
while i<10:
print 'The current value', i
i+=i 
while i<12:
     
    minimum_monthly_payment=round(z*x,2)
    interest_paid=round(y*x/12,2)
    principal_paid=round(minimum_monthly_payment - interest_paid,2)
    remaining_balance=round(x - principal_paid,2)
    total_amount_paid=round(total_amount_paid+minimum_monthly_payment,2)