view bin/password @ 12344:b01d320abcd4 draft

<wib_jonas> learn The password of the month is Algol Waterloo Athens aftermath quadrant hydraulic tissue exodus stormy decadence egghead resistor flatfoot escapade newborn recipe
author HackEso <hackeso@esolangs.org>
date Thu, 01 Oct 2020 15:21:51 +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))