view bin/password @ 11336:3e52041e3b35

<int-e> mkx bin/dc//DC_LINE_LENGTH=10000 /usr/bin/dc "$@"
author HackBot
date Sun, 28 Jan 2018 20:50:06 +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))