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

https://github.com/abeaumont/checkio

My solutions to the tasks at checkio.org
https://github.com/abeaumont/checkio

Last synced: about 2 months ago
JSON representation

My solutions to the tasks at checkio.org

Awesome Lists containing this project

README

          

CheckIO Solutions
=================

**SPOILER**: Here you will find solutions for `CheckIO `_
Python programming game.

Solutions are compact. This means that they may be not too readable, use tricky
syntax, use short names and lack documentation. It does not represent good
coding practices. However, they are not the shortest possible solutions, since
they:

* follow `PEP8 style guide `_
conventions.
* do not alter calling code (assertions), except for fulfilling previous
requirement
* do not duplicate code
* work with both Python 2 and 3