From 98fe099ef7fe6dbd457d8661fc3da5a8426eb6d8 Mon Sep 17 00:00:00 2001 From: "Nicholas Carrigan (he/him)" Date: Wed, 3 Nov 2021 05:30:00 -0700 Subject: [PATCH] chore: python demo (#43854) --- .../arithmetic-formatter.md | 91 ++++++++++++++++--- 1 file changed, 78 insertions(+), 13 deletions(-) diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/scientific-computing-with-python-projects/arithmetic-formatter.md b/curriculum/challenges/english/07-scientific-computing-with-python/scientific-computing-with-python-projects/arithmetic-formatter.md index adf4f36e7c..e6027e8d63 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/scientific-computing-with-python-projects/arithmetic-formatter.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/scientific-computing-with-python-projects/arithmetic-formatter.md @@ -8,22 +8,87 @@ dashedName: arithmetic-formatter # --description-- -Create a function that receives a list of strings that are arithmetic problems and returns the problems arranged vertically and side-by-side. - -You can access [the full project description and starter code on Replit](https://replit.com/github/freeCodeCamp/boilerplate-arithmetic-formatter). - -After going to that link, fork the project. Once you complete the project based on the instructions in 'README.md', submit your project link below. +You will be [working on this project with our Replit starter code](https://replit.com/github/freeCodeCamp/boilerplate-arithmetic-formatter). We are still developing the interactive instructional part of the Python curriculum. For now, here are some videos on the freeCodeCamp.org YouTube channel that will teach you everything you need to know to complete this project: -