Created
July 21, 2015 09:18
-
-
Save ivandeex/4ee6e506d0672927382f to your computer and use it in GitHub Desktop.
nested for generators. http://code.activestate.com/recipes/577684-bloom-filter/?in=user-178123
This file contains 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
wordlist = (w.strip() for f in wordlistfiles for w in open(f)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment