Skip to content

Instantly share code, notes, and snippets.

@trsqxyz
Last active August 29, 2015 14:22
Show Gist options
  • Save trsqxyz/30073aed93ddd9b7f146 to your computer and use it in GitHub Desktop.
Save trsqxyz/30073aed93ddd9b7f146 to your computer and use it in GitHub Desktop.
s='Supercalifragilisticexpialidocious';[print(''.join(__import__('random').sample(s,len(s)))) for _ in s]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment