Skip to content

Instantly share code, notes, and snippets.

@8maki
Created November 8, 2011 02:32
Show Gist options
  • Save 8maki/1346845 to your computer and use it in GitHub Desktop.
Save 8maki/1346845 to your computer and use it in GitHub Desktop.
sort_list
list.sort( cmp=lambda x, y: cmp(x, y), reverse=True )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment