annotate bin/password @ 12285:69f123e9b0a2 draft

<b_jonas> STOP
author HackEso <hackeso@esolangs.org>
date Wed, 01 Jan 2020 09:35:37 +0000
parents 6dff80b6fb44
children f468498767e6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8878
6dff80b6fb44 <shachaf> ` echo $\'#!/usr/bin/python\\n\\nimport random\\nimport string\\n\\nprint "".join(random.choice(string.ascii_lowercase) for _ in xrange(15))\' > bin/password; chmod +x bin/password
HackBot
parents:
diff changeset
1 #!/usr/bin/python
6dff80b6fb44 <shachaf> ` echo $\'#!/usr/bin/python\\n\\nimport random\\nimport string\\n\\nprint "".join(random.choice(string.ascii_lowercase) for _ in xrange(15))\' > bin/password; chmod +x bin/password
HackBot
parents:
diff changeset
2
6dff80b6fb44 <shachaf> ` echo $\'#!/usr/bin/python\\n\\nimport random\\nimport string\\n\\nprint "".join(random.choice(string.ascii_lowercase) for _ in xrange(15))\' > bin/password; chmod +x bin/password
HackBot
parents:
diff changeset
3 import random
6dff80b6fb44 <shachaf> ` echo $\'#!/usr/bin/python\\n\\nimport random\\nimport string\\n\\nprint "".join(random.choice(string.ascii_lowercase) for _ in xrange(15))\' > bin/password; chmod +x bin/password
HackBot
parents:
diff changeset
4 import string
6dff80b6fb44 <shachaf> ` echo $\'#!/usr/bin/python\\n\\nimport random\\nimport string\\n\\nprint "".join(random.choice(string.ascii_lowercase) for _ in xrange(15))\' > bin/password; chmod +x bin/password
HackBot
parents:
diff changeset
5
6dff80b6fb44 <shachaf> ` echo $\'#!/usr/bin/python\\n\\nimport random\\nimport string\\n\\nprint "".join(random.choice(string.ascii_lowercase) for _ in xrange(15))\' > bin/password; chmod +x bin/password
HackBot
parents:
diff changeset
6 print "".join(random.choice(string.ascii_lowercase) for _ in xrange(15))