Skip to content

Instantly share code, notes, and snippets.

@PythonDotLand
Created June 29, 2021 07:12
Show Gist options
  • Save PythonDotLand/a7029716ffc4a481ed1ad143bafdd3ce to your computer and use it in GitHub Desktop.
Save PythonDotLand/a7029716ffc4a481ed1ad143bafdd3ce to your computer and use it in GitHub Desktop.
import operator
people.sort(key=operator.itemgetter('age'))
people.sort(key=operator.itemgetter('name'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment