├── README.md ├── arithmetic_arranger.py ├── main.py ├── pyproject.toml └── test_module.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freeCodeCamp/boilerplate-arithmetic-formatter/HEAD/README.md -------------------------------------------------------------------------------- /arithmetic_arranger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freeCodeCamp/boilerplate-arithmetic-formatter/HEAD/arithmetic_arranger.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freeCodeCamp/boilerplate-arithmetic-formatter/HEAD/main.py -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freeCodeCamp/boilerplate-arithmetic-formatter/HEAD/pyproject.toml -------------------------------------------------------------------------------- /test_module.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freeCodeCamp/boilerplate-arithmetic-formatter/HEAD/test_module.py --------------------------------------------------------------------------------