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