view bin/password @ 9647:6a5cbee26531

<boily> le/rn dew/In the Mountains of York, Taneb makes dew.
author HackBot
date Mon, 07 Nov 2016 23:41:45 +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))