view bin/password @ 9240:27948eaa64fc

<boily> ` sed -i \'s/\\./\xe2\x81\xb8./\' wisdom/footnote\\ 1
author HackBot
date Wed, 12 Oct 2016 10:52:52 +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))