Created
January 18, 2010 08:30
-
-
Save zuriby/279884 to your computer and use it in GitHub Desktop.
Paul Buchheit: Summarize your life in one word:
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
>>> sum([ord(c) for c in "your life"]) | |
911 | |
>>> import ctypes | |
>>> ctypes.c_uint32(911) | |
c_uint(911L) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment