Skip to content

Instantly share code, notes, and snippets.

@bradmontgomery
Created May 12, 2014 19:48
Show Gist options
  • Save bradmontgomery/2b45e88965d87e1feb49 to your computer and use it in GitHub Desktop.
Save bradmontgomery/2b45e88965d87e1feb49 to your computer and use it in GitHub Desktop.
#! usr/bin/env python
x = '10-10-10-10-10-72-97-112-112-121-32-66-105-114-116-104-100-97-121-33-10-10-10-10'
print(''.join(chr(int(i)) for i in x.split('-')))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment