diff --git a/compound_interest.py b/compound_interest.py index 9673a7a029..8f5afcb53c 100755 --- a/compound_interest.py +++ b/compound_interest.py @@ -21,4 +21,4 @@ def compound_interest(p, t, r): t = float(input("Enter the time period: ")) r = float(input("Enter the rate of interest: ")) - 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)))