Created
May 6, 2013 01:48
-
-
Save thethomaseffect/5522930 to your computer and use it in GitHub Desktop.
A command-line converter from English to the language used by characters in the anime "Hataraku Maō-sama" in one line of code because I wanted to show off.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# MaouTranslator.py | |
print (str.lower(input("Enter English text to be translated: ")).translate(str.maketrans("abcdefghijklmnopqrstuvwxyz","azyxewvtisrlpnomqkjhugfdcb"))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment