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 83026bb commit e174731Copy full SHA for e174731
compound_interest.py
@@ -21,4 +21,4 @@ def compound_interest(p, t, r):
21
t = float(input("Enter the time period: "))
22
r = float(input("Enter the rate of interest: "))
23
24
- print("The compound interest is {:.2f}".format(compound_interest(p, t, r)))
+ print("The compound interest of it is {:.2f}".format(compound_interest(p, t, r)))
0 commit comments