/calculator

Primary LanguagePythonMIT LicenseMIT

calculator

Calculator written in python. To teach and practice TDD, and Mathematics

#####Python 3.7

###Tests

poetry install
py.test tests/

###Execute

poetry install
python -m calculator_use_case 4 3 --plus