* fix: remove isHidden flag from frontmatter * fix: add isUpcomingChange Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com> * feat: hide blocks not challenges Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com> Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
1.6 KiB
1.6 KiB
id, title, challengeType, isRequired
id | title | challengeType | isRequired |
---|---|---|---|
5e44412c903586ffb414c94c | Arithmetic Formatter | 10 | true |
Description
You can access the full project description and starter code on Repl.it.
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.
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:
- Python for Everybody Video Course (14 hours)
- Learn Python Video Course (2 hours)
Instructions
Tests
tests:
- text: 'It should correctly format an arithmetic problem and pass all tests.'
testString: ''
Challenge Seed
Solution
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/