theStygianArchitect / calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Python 99.4%Language:Makefile 0.6%