Skip to content

Instantly share code, notes, and snippets.

@cammckinnon
Created April 15, 2012 04:42
Show Gist options
  • Save cammckinnon/2390097 to your computer and use it in GitHub Desktop.
Save cammckinnon/2390097 to your computer and use it in GitHub Desktop.
message word sorting
cipher_words.sort(key = lambda x: -len(x))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment