Skip to content

Instantly share code, notes, and snippets.

@akiniwa
Created September 3, 2015 07:00
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 akiniwa/7b1b956f8b93a9f5325c to your computer and use it in GitHub Desktop.
Save akiniwa/7b1b956f8b93a9f5325c to your computer and use it in GitHub Desktop.
# そーとしたindexを返す.
argindex = [i[0] for i in sorted(enumerate(yourList), key=lambda x:x[1])]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment