Last active
October 27, 2015 05:06
-
-
Save trsqxyz/6aa7dd45fab1c672f7c8 to your computer and use it in GitHub Desktop.
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
import random | |
import string | |
word = string.ascii_letters + string.digits | |
[random.choice([''.join([random.choice(words) for _ in range(8)]) for i in range(6)]) for i in range(3)] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment