Skip to content

Instantly share code, notes, and snippets.

@mlsteele
Created June 18, 2013 00:55
Show Gist options
  • Save mlsteele/5801841 to your computer and use it in GitHub Desktop.
Save mlsteele/5801841 to your computer and use it in GitHub Desktop.
import this
import string
print '\n'.join([''.join([(this.d[c] if c in string.letters else c) for c in line]) for line in this.s.split('\n')])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment