We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf019c commit 2730282Copy full SHA for 2730282
1 file changed
Work/mortgage.py
@@ -20,5 +20,7 @@
20
principal = principal * (1+rate/12) - payment
21
22
total_paid = total_paid + payment
23
+ print(months, total_paid, principal)
24
-print('Total paid', total_paid, months)
25
+print('Total paid', total_paid)
26
+print('Months', months)
0 commit comments