Skip to content

Instantly share code, notes, and snippets.

@neosergio
Created August 22, 2018 18:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neosergio/9b6aeacc970d781ef75c76c5de8d0e7f to your computer and use it in GitHub Desktop.
Save neosergio/9b6aeacc970d781ef75c76c5de8d0e7f to your computer and use it in GitHub Desktop.
python -c 'import random; result = "".join([random.choice("abcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*(-_=+)") for i in range(50)]); print(result)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment