From 34014f109992324bb3de46c1f2bd2b006b7ef484 Mon Sep 17 00:00:00 2001 From: KAS Date: Fri, 5 Sep 2025 22:54:24 +0530 Subject: [PATCH] fix(curriculum): grammar errors in "Build a Financial Calculator" challenge (#62019) Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> --- .../63d8401e39c73468b059cd42.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/build-a-financial-calculator-project/63d8401e39c73468b059cd42.md b/curriculum/challenges/english/blocks/build-a-financial-calculator-project/63d8401e39c73468b059cd42.md index cd3842537cc..0e0c502c058 100644 --- a/curriculum/challenges/english/blocks/build-a-financial-calculator-project/63d8401e39c73468b059cd42.md +++ b/curriculum/challenges/english/blocks/build-a-financial-calculator-project/63d8401e39c73468b059cd42.md @@ -13,7 +13,7 @@ After going to that link, create a copy of the notebook either in your own accou # --instructions-- -For this challenge, you need to create a financial calculator using Python that take input and do the following: +For this challenge, you need to create a financial calculator using Python that takes input from the user and does the following: - Calculate annuity with monthly or continuous growth - Calculate monthly mortgage payment