Skip to content

Instantly share code, notes, and snippets.

@abidrahmank
Created January 14, 2013 11:54
Show Gist options
  • Save abidrahmank/4529589 to your computer and use it in GitHub Desktop.
Save abidrahmank/4529589 to your computer and use it in GitHub Desktop.
>>> centroids
[[329, 894], [463, 878], [703, 863], [327, 761], [684, 736], [315, 635], [676, 615]]
>>> sorted(centroids,key = lambda s:sum)
[[329, 894], [463, 878], [703, 863], [327, 761], [684, 736], [315, 635], [676, 615]]
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment