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