Guest User

Untitled

a guest
Jan 23rd, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. import random
  2. a = 'abcdhyukkndbhdASHHFMDKIKDN0987654321)(#@!^&)'
  3. pwdlen = 8
  4. pwd = ''.join(random.sample(a, pwdlen))
  5. print(pwd)
Add Comment
Please, Sign In to add comment