Created
July 25, 2013 09:15
-
-
Save dbrgn/6078111 to your computer and use it in GitHub Desktop.
Shorter / less clean version of geekweek
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
code = '53 65 61 72 63 68 20 59 6f 75 54 75 62 65 20 66 6f 72 20 2f 20 67 65 65 6b 77 65 65 6b' | |
print ''.join(map(chr, [int(val, base=16) for val in code.split()])) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment