Skip to content

Instantly share code, notes, and snippets.

@audreyfeldroy
Last active December 30, 2015 02:08
Show Gist options
  • Select an option

  • Save audreyfeldroy/7760325 to your computer and use it in GitHub Desktop.

Select an option

Save audreyfeldroy/7760325 to your computer and use it in GitHub Desktop.
Santa's most useful Python code snippet
[person for person in world_population
if is_nice(person) and is_nice(person)]
@IanWitham
Copy link

@audreyfeldroy
Copy link
Author

Now updated thanks to @IanWitham. I guess I assumed Santa would want to lazily evaluate each person, but hey, with all those elves he has all the processing power in the world.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment