We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d8d34 commit 46d3edaCopy full SHA for 46d3eda
compound_interest.py
@@ -17,7 +17,7 @@ def compound_interest(p, t, r):
17
18
19
if __name__ == "__main__":
20
- p = float(input("Enter the principle amount: "))
+ p = float(input("Enter the principal amount: "))
21
t = float(input("Enter the time period: "))
22
r = float(input("Enter the rate of interest: "))
23
0 commit comments