Skip to content

Instantly share code, notes, and snippets.

@zuriby
Created January 18, 2010 08:30
Show Gist options
  • Save zuriby/279884 to your computer and use it in GitHub Desktop.
Save zuriby/279884 to your computer and use it in GitHub Desktop.
Paul Buchheit: Summarize your life in one word:
>>> 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