trifuns / dummymaths

Repository used for the git beginner tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dummy maths

Python project implementing very simple mathematical functions.

Available functions are add, sub, multiply, divide and power

Testing

Unit tests can be run using pytest. Install pytest using pip:

pip install pytest

Then run the tests:

pytest

About

Repository used for the git beginner tutorial


Languages

Language:Python 100.0%