view bin/password @ 12433:078ce1928208 draft

<b_jonas> `` rm -v /hackenv/{wisdom,bin}/bobadventureslist
author HackEso <hackeso@esolangs.org>
date Mon, 06 Dec 2021 06:12:13 +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)))