Skip to content

Instantly share code, notes, and snippets.

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