Skip to content

Instantly share code, notes, and snippets.

@kenKanata56
Created June 21, 2015 02:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenKanata56/53f122f9d3b6627eee2b to your computer and use it in GitHub Desktop.
Save kenKanata56/53f122f9d3b6627eee2b to your computer and use it in GitHub Desktop.
l1 = [(9,5),(8,4),(3,8),(2,0)]
l2 = sorted(l1,key=lambda x:x[1])
print l2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment