import string
import random
"".join(random.sample(string.letters+string.digits, 8))
Subscribe to:
Post Comments (Atom)
I'm going with Joe-e's concept of a "work binder": a blog to collect the tiny stuff that I might need to go back to..
import string
import random
"".join(random.sample(string.letters+string.digits, 8))
No comments:
Post a Comment