view bin/password @ 12274:3c04e9ef7a3a draft

<kspalaiologos> `` cp -rf /hackenv/tmp/asmbf-1.2.7/bin/* /hackenv/lib/kps/
author HackEso <hackeso@esolangs.org>
date Tue, 31 Dec 2019 17:47: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))