Skip to content

Instantly share code, notes, and snippets.

@kevinlebrun
Created April 20, 2016 14:52
Show Gist options
  • Save kevinlebrun/cd7e2d0eb0b4eb39d2a5313aa2516032 to your computer and use it in GitHub Desktop.
Save kevinlebrun/cd7e2d0eb0b4eb39d2a5313aa2516032 to your computer and use it in GitHub Desktop.
Plug into Orange API
bins = [
'01010000',
'01101100',
'01110101',
'01100111',
'00100000',
'01101001',
'01101110',
'01110100',
'01101111',
'00100000',
'01001111',
'01110010',
'01100001',
'01101110',
'01100111',
'01100101',
'00100000',
'01000001',
'01010000',
'01001001',
]
print ''.join(chr(int(bin, 2)) for bin in bins)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment