Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 10, 2020 02:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/dab63da4bdbc4ee67cf60f68dd709c31 to your computer and use it in GitHub Desktop.
Save parzibyte/dab63da4bdbc4ee67cf60f68dd709c31 to your computer and use it in GitHub Desktop.
numeros = {
'0': '1111110',
'1': '0110000',
'2': '1101101',
'3': '1111001',
'4': '0110011',
'5': '1011011',
'6': '1011111',
'7': '1110000',
'8': '1111111',
'9': '1110011',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment