Skip to content

Commit

Permalink
Add Description to code of AB-7
Browse files Browse the repository at this point in the history
  • Loading branch information
ansar-rezaei committed Oct 16, 2020
1 parent 952d1df commit c7a5cf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gotoclass4-1.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This code calculates the annual interest rate of a Bank Loan
def mounthly_payment(principal, annual_interest_rate, duration):
n = duration * 12
if annual_interest_rate == 0:
Expand Down

0 comments on commit c7a5cf7

Please sign in to comment.