view bin/password @ 12346:6670a34cf161 draft

<wib_jonas> slashlearn vacuum train//Vacuum trains are the 21st century solution to halt spreading airborne infections on public transport.
author HackEso <hackeso@esolangs.org>
date Mon, 26 Oct 2020 12:56:31 +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))