Skip to content

Commit ca51ffb

Browse files
author
OptimusWeb
committed
revert changes
1 parent 0f62158 commit ca51ffb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Output
1313
simple interest = p*t*r
1414
```
1515

16-
_© 2023 XYZ, Inc._
16+
_© 2022 XYZ, Inc._

compound_interest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def compound_interest(p, t, r):
1717

1818

1919
if __name__ == "__main__":
20-
p = float(input("Enter the principle amount: "))
20+
p = float(input("Enter the principal amount: "))
2121
t = float(input("Enter the time period: "))
2222
r = float(input("Enter the rate of interest: "))
2323

0 commit comments

Comments
 (0)