Skip to content

Commit c5630d9

Browse files
Update compound_interest.py
1 parent 3f44d2b commit c5630d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compound_interest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ def compound_interest(p, t, r):
2222
r = float(input("Enter the rate of interest: "))
2323

2424
print("The compound interest is {:.2f}".format(compound_interest(p, t, r)))
25+
26+
# Here is a new update by craigcratergames

0 commit comments

Comments
 (0)