Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 476 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 476 Bytes

Python Practice Book (solutions)

Build Status

Here you can find my solutions of Python Practice Book problems.

How to run

Install python, create virtual environment and install all the requirements:

$ make setup

How to run tests

Run the command:

$ make test