Last active
June 5, 2018 22:10
-
-
Save OtavioBraga/d0285ab220bd80ef60972e9a2bef9be8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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