From da30c0ab7c889ef40f2e6371e737161c46e67147 Mon Sep 17 00:00:00 2001 From: mip14395 Date: Sat, 22 Feb 2025 18:59:53 +0700 Subject: [PATCH 1/3] Add README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466139..2a2b1d78df 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2023 XYZ, Inc._ From 56851f10cc5890e7823d2cc664e0d5329b46945d Mon Sep 17 00:00:00 2001 From: mip14395 Date: Sat, 22 Feb 2025 19:18:09 +0700 Subject: [PATCH 2/3] Revert "fixing typo" This reverts commit 46d3edae49a4f042875150edb056c08519062f91. --- compound_interest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compound_interest.py b/compound_interest.py index 9673a7a029..3b692ee38e 100755 --- a/compound_interest.py +++ b/compound_interest.py @@ -17,7 +17,7 @@ def compound_interest(p, t, r): if __name__ == "__main__": - p = float(input("Enter the principal amount: ")) + p = float(input("Enter the principle amount: ")) t = float(input("Enter the time period: ")) r = float(input("Enter the rate of interest: ")) From ead617e8de23339020fab366f47984bf1e894000 Mon Sep 17 00:00:00 2001 From: mip14395 Date: Sat, 22 Feb 2025 19:32:22 +0700 Subject: [PATCH 3/3] Revert "Add README.md" This reverts commit da30c0ab7c889ef40f2e6371e737161c46e67147. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a2b1d78df..b103466139 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2023 XYZ, Inc._ +_© 2022 XYZ, Inc._