view bin/password @ 12362:81dc8f337969 draft

<NotApplicable> ` echo \'\' > /hackenv/wisdom/lol
author HackEso <hackeso@esolangs.org>
date Wed, 03 Feb 2021 18:14:46 +0000
parents 9e69a48ed481
children
line wrap: on
line source

#!/usr/bin/python3

import secrets
import string

print("".join(secrets.choice(string.ascii_lowercase) for _ in range(15)))