From be6ab63b8e9a86e4a598b2373e24c40976ea5c15 Mon Sep 17 00:00:00 2001 From: Isma1Huz Date: Sun, 27 Oct 2024 20:43:04 +0300 Subject: [PATCH 1/3] updated --- compound_interest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compound_interest.py b/compound_interest.py index 9673a7a029..381ca71c50 100755 --- a/compound_interest.py +++ b/compound_interest.py @@ -11,7 +11,7 @@ # Output: # compound interest = p * (1 + r/100)^t - +# I have update this script def compound_interest(p, t, r): return p * (pow((1 + r / 100), t)) From 6ca21fc6242f7ed9592f06ea12eb5ee1f7a1f944 Mon Sep 17 00:00:00 2001 From: Isma1Huz Date: Sun, 27 Oct 2024 20:54:27 +0300 Subject: [PATCH 2/3] Fixed the bug --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466139..afe0aed6ea 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_2023 XYZ, Inc. From f6d0e269bf79e8d3f1724c25cf9dde4d84d09062 Mon Sep 17 00:00:00 2001 From: Isma1Huz Date: Sun, 27 Oct 2024 21:02:50 +0300 Subject: [PATCH 3/3] done --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afe0aed6ea..f57038291b 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_2023 XYZ, Inc. +_2022 XYZ, Inc.