From fdee863eb50f2bffd6d899226d6f7131098b6619 Mon Sep 17 00:00:00 2001 From: DSRaja09 Date: Wed, 8 Jan 2025 23:08:36 +0600 Subject: [PATCH] Fixed typo --- compound_interest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/compound_interest.py b/compound_interest.py index 9673a7a029..5afef15e85 100755 --- a/compound_interest.py +++ b/compound_interest.py @@ -22,3 +22,4 @@ def compound_interest(p, t, r): r = float(input("Enter the rate of interest: ")) print("The compound interest is {:.2f}".format(compound_interest(p, t, r))) + print("The answer has been provided here")