Skip to content

Instantly share code, notes, and snippets.

@trsqxyz
Last active October 27, 2015 05:06
Show Gist options
  • Save trsqxyz/6aa7dd45fab1c672f7c8 to your computer and use it in GitHub Desktop.
Save trsqxyz/6aa7dd45fab1c672f7c8 to your computer and use it in GitHub Desktop.
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