Skip to content

Instantly share code, notes, and snippets.

@ycui1
Created August 18, 2020 15:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ycui1/6a8c1cf9fd80bd54a84d04036a19c939 to your computer and use it in GitHub Desktop.
Save ycui1/6a8c1cf9fd80bd54a84d04036a19c939 to your computer and use it in GitHub Desktop.
>>> sorted(grades, key=lambda x: x['score'])
[{'name': 'Ashley', 'score': 94}, {'name': 'David', 'score': 96}, {'name': 'John', 'score': 97}, {'name': 'Jennifer', 'score': 98}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment