Skip to content

Instantly share code, notes, and snippets.

@OtavioBraga
Last active June 5, 2018 22:10
Show Gist options
  • Save OtavioBraga/d0285ab220bd80ef60972e9a2bef9be8 to your computer and use it in GitHub Desktop.
Save OtavioBraga/d0285ab220bd80ef60972e9a2bef9be8 to your computer and use it in GitHub Desktop.
filtered_users = filter(lambda user: user["age"] > 27, users)
list(filtered_users)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment