Skip to content

Instantly share code, notes, and snippets.

@balepc
Created November 29, 2013 13:53
Show Gist options
  • Save balepc/7706002 to your computer and use it in GitHub Desktop.
Save balepc/7706002 to your computer and use it in GitHub Desktop.
for a in (36634234658,39796869174,51130141738,43496245282,43613571106):
print bin(a)[3:].replace('1','#').replace('0','.')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment