view bin/password @ 11974:b8ec57cc1216 draft

<b_jonas> `` hg cat -r 11938 share/whatis > share/whatis
author HackEso <hackeso@esolangs.org>
date Mon, 21 Oct 2019 21:54:49 +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))