Skip to content

Instantly share code, notes, and snippets.

Created December 18, 2012 19:27
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/4331127 to your computer and use it in GitHub Desktop.
Save anonymous/4331127 to your computer and use it in GitHub Desktop.
40 Random Letters and Numbers
''.join(random.sample(string.letters+string.digits, 40))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment