From 4a6b86a614a2fdda1191e1e1155094de18b44fcc Mon Sep 17 00:00:00 2001 From: yoko <25644062+sidemt@users.noreply.github.com> Date: Thu, 28 Dec 2023 04:25:59 +0900 Subject: [PATCH] fix(curriculum): fix project names in college algebra projects (#52784) --- .../build-a-data-graph-explorer.md | 2 +- .../build-a-financial-calculator.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/english/17-college-algebra-with-python/build-a-data-graph-explorer-project/build-a-data-graph-explorer.md b/curriculum/challenges/english/17-college-algebra-with-python/build-a-data-graph-explorer-project/build-a-data-graph-explorer.md index f9f9b1e150f..7fa66eae8fd 100644 --- a/curriculum/challenges/english/17-college-algebra-with-python/build-a-data-graph-explorer-project/build-a-data-graph-explorer.md +++ b/curriculum/challenges/english/17-college-algebra-with-python/build-a-data-graph-explorer-project/build-a-data-graph-explorer.md @@ -13,7 +13,7 @@ Once you complete the project, submit your project link below. If you are submit # --instructions-- -For this challenge, you need to create a multi-function calculator using Python that take input and do the following: +For this challenge, you need to create a data graph explorer using Python that take input and do the following: - Get a .csv file in three ways - uploading it from the local computer diff --git a/curriculum/challenges/english/17-college-algebra-with-python/build-a-financial-calculator-project/build-a-financial-calculator.md b/curriculum/challenges/english/17-college-algebra-with-python/build-a-financial-calculator-project/build-a-financial-calculator.md index f0cad6cf15a..cd3842537cc 100644 --- a/curriculum/challenges/english/17-college-algebra-with-python/build-a-financial-calculator-project/build-a-financial-calculator.md +++ b/curriculum/challenges/english/17-college-algebra-with-python/build-a-financial-calculator-project/build-a-financial-calculator.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 multi-function calculator using Python that take input and do the following: +For this challenge, you need to create a financial calculator using Python that take input and do the following: - Calculate annuity with monthly or continuous growth - Calculate monthly mortgage payment