Skip to content

Commit fdee863

Browse files
committed
Fixed typo
1 parent 83026bb commit fdee863

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compound_interest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ 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+
print("The answer has been provided here")

0 commit comments

Comments
 (0)