Skip to content

Instantly share code, notes, and snippets.

@arrbxr
Created June 20, 2020 07:29
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 arrbxr/970aa8b2df8a12bafdd7a26c50360151 to your computer and use it in GitHub Desktop.
Save arrbxr/970aa8b2df8a12bafdd7a26c50360151 to your computer and use it in GitHub Desktop.
name = ["abhishek", "abhishek raj", "kumar soun", "raj kumar" "pagla ravi", "simpee singh" ]
name.sort(key = lambda nm: nm.sort(" ")[-1])
print name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment