From 3818ed8c5a50cbe2464c9abe0de2a8470a2a3d92 Mon Sep 17 00:00:00 2001 From: yama Date: Thu, 17 Apr 2025 05:41:24 +0900 Subject: [PATCH 1/2] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466139..baed41154a 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2025 XYZ, Inc._ From f591e98aa577e99dcd6ff316eb8da250c713b0c0 Mon Sep 17 00:00:00 2001 From: yama Date: Thu, 17 Apr 2025 06:02:13 +0900 Subject: [PATCH 2/2] Fix another issue in compound_interest.py --- compound_interest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/compound_interest.py b/compound_interest.py index 9673a7a029..2f8f820665 100755 --- a/compound_interest.py +++ b/compound_interest.py @@ -2,6 +2,7 @@ # Do not use this in production. Sample purpose only. # Author: Upkar Lidder (IBM) +# _© 2025 XYZ, Inc._# # Input: # p, principal amount