Skip to content

Instantly share code, notes, and snippets.

View rodrigoSaladoAnaya's full-sized avatar

Rodrigo Salado Anaya rodrigoSaladoAnaya

View GitHub Profile
@rodrigoSaladoAnaya
rodrigoSaladoAnaya / dojo_lcd.py
Created April 16, 2012 15:46 — forked from yngwie74/dojo_lcd.py
LCD numbers kata and tests (python)
#!/usr/bin/python
# -*- coding: utf-8 -*-
_NONE = ' '
_LEFT = '| '
_MIDL = ' - '
_RGHT = ' |'
_BOTH = '| |'
_SEGMENTS_BY_DIGIT = {