Created
March 1, 2015 05:33
-
-
Save aphe/62872c75e084f19fc5f9 to your computer and use it in GitHub Desktop.
simple brute
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
| for lol in itertools.product("0123456789abcdefghijklmnopqrstuvwxyz",repeat=6): | |
| print("".join(lol)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment