view bin/password @ 11944:78661b610a02 draft

<b_jonas> forget vampire
author HackEso <hackeso@esolangs.org>
date Tue, 17 Sep 2019 21:24:37 +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))