An open API service indexing awesome lists of open source software.

https://github.com/codenameyau/python-challenge

The challenge awaits you
https://github.com/codenameyau/python-challenge

coding-puzzle python-challenge python-puzzle python3

Last synced: 3 months ago
JSON representation

The challenge awaits you

Awesome Lists containing this project

README

          

# python-challenge

Run these scripts python scripts from the same directory as this README.md

### Setup
```
virtualenv env
source env/bin/activate.sh
pip3 install -r requirements.txt

python3 level_00.py
```