This repo demonstrates how to solve programming problems using Python.
For now, this repo will likely only solve the Fizz Buzz problem. Perhaps in the future we may implement more programming solutions.
Assuming you're on a bash based terminal:
pytest --doctest-modules fizz_buzz.py