Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 437 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 437 Bytes

Python katas

This repo contains my solutions for some Python katas submitted in Codewars.

Prerequisites

You need to install the Python 3.11 for your OS to build this project and run its tests.

Install dependencies

pip install -r requirements.txt

Run tests

python run_tests.py