view bin/password @ 10347:d2561cf61920

<rdococ> le//rn football//A football is a ball made of feet.
author HackBot
date Sat, 04 Mar 2017 13:13:30 +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))