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 3f44d2b commit c5630d9Copy full SHA for c5630d9
compound_interest.py
@@ -22,3 +22,5 @@ def compound_interest(p, t, r):
22
r = float(input("Enter the rate of interest: "))
23
24
print("The compound interest is {:.2f}".format(compound_interest(p, t, r)))
25
+
26
+# Here is a new update by craigcratergames
0 commit comments