From c996ae0ccb2e2d6cb37b01d6e66e0f7ca375f656 Mon Sep 17 00:00:00 2001 From: Esau Acosta Date: Tue, 17 Dec 2024 23:34:10 -0500 Subject: [PATCH 1/4] Se cambia el anio --- 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 a2459eda5d933682972d29352b262fa7288151bb Mon Sep 17 00:00:00 2001 From: Esau Acosta Date: Tue, 17 Dec 2024 23:43:43 -0500 Subject: [PATCH 2/4] Revert "Delete close_pr.yml" This reverts commit 83026bb2b9688feea1dea289ca22efd7209440dd. --- .github/ISSUE_TEMPLATE/close_pr.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/close_pr.yml diff --git a/.github/ISSUE_TEMPLATE/close_pr.yml b/.github/ISSUE_TEMPLATE/close_pr.yml new file mode 100644 index 0000000000..0d0cc57ea9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/close_pr.yml @@ -0,0 +1,14 @@ +name: Close Pull Request + +on: + pull_request_target: + types: [opened] + +jobs: + run: + runs-on: ubuntu-latest + steps: + - uses: superbrothers/close-pull-request@v3 + with: + # Optional. Post a issue comment just before closing a pull request. + comment: "Congratulations! You have completed the lab. Closing for maintainence purpose." From 9d5cd4a2d0bbfec30c36e7aecfc78a05845688f9 Mon Sep 17 00:00:00 2001 From: Esau Acosta Date: Tue, 17 Dec 2024 23:44:58 -0500 Subject: [PATCH 3/4] 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 f581e0c7054a4d04355c2b5e36bf1d0d33c4b775 Mon Sep 17 00:00:00 2001 From: Esau Acosta Date: Tue, 17 Dec 2024 23:45:33 -0500 Subject: [PATCH 4/4] Revert "Se cambia el anio" This reverts commit c996ae0ccb2e2d6cb37b01d6e66e0f7ca375f656. --- 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._