Skip to content

Instantly share code, notes, and snippets.

@ZhigangPu
Created March 6, 2019 05:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZhigangPu/84ae6eb2015beac82167c700ec30d77d to your computer and use it in GitHub Desktop.
Save ZhigangPu/84ae6eb2015beac82167c700ec30d77d to your computer and use it in GitHub Desktop.
generator
# filter in a list
a = next((i for i in range(1, 10) if not i % 4), -1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment