view bin/password @ 11210:711917f23f4b

<b_jonas> `` mv -vi share/mtg/All{_,\\ }Sets-2017-09-20.zip
author HackBot
date Wed, 04 Oct 2017 11:28:39 +0000
parents 6dff80b6fb44
children f468498767e6
line wrap: on
line source

#!/usr/bin/python

import random
import string

print "".join(random.choice(string.ascii_lowercase) for _ in xrange(15))