From 63f7776338b67ddb199231eb9328c27f84e51e17 Mon Sep 17 00:00:00 2001 From: Em Williams Date: Thu, 4 Sep 2025 10:56:47 -0600 Subject: [PATCH 1/5] Update README.md Footer change needed to reflect current year. :-D --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466139..d33b89bcc4 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_@2023 XYZ, Inc._ From 257fc23fdaca85dbdf47e1fa3601d06e46e50af6 Mon Sep 17 00:00:00 2001 From: Em Williams Date: Thu, 4 Sep 2025 11:04:11 -0600 Subject: [PATCH 2/5] Update README.md FIXED FOOTER YEAR --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d33b89bcc4..1b5d455822 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_@2023 XYZ, Inc._ +_© 2023 XYZ, Inc_ From 145db3f27e869f4b8ed75acda2c03ff942a9b162 Mon Sep 17 00:00:00 2001 From: Em Williams Date: Thu, 4 Sep 2025 11:46:12 -0600 Subject: [PATCH 3/5] Update README.md FIXED FOOTER TYPO --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b5d455822..2a2b1d78df 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2023 XYZ, Inc_ +_© 2023 XYZ, Inc._ From 5379f8200abff7ee770fba688af25458d5b4ed59 Mon Sep 17 00:00:00 2001 From: KindredCodeLLC Date: Thu, 4 Sep 2025 14:28:00 -0400 Subject: [PATCH 4/5] Merge bug-fix-typo branch --- 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 939dc3c04bbe5324f97da5dfa09914e948abf545 Mon Sep 17 00:00:00 2001 From: KindredCodeLLC Date: Thu, 4 Sep 2025 15:07:09 -0400 Subject: [PATCH 5/5] Revert "Update README.md" This reverts commit 257fc23fdaca85dbdf47e1fa3601d06e46e50af6. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2a2b1d78df..8cb6a8188d 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,8 @@ Output simple interest = p*t*r ``` +<<<<<<< HEAD _© 2023 XYZ, Inc._ +======= +_@2023 XYZ, Inc._ +>>>>>>> parent of 257fc23 (Update README.md)