Skip to content

Instantly share code, notes, and snippets.

@dliv
Created October 24, 2016 18:58
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 dliv/db8b2f3505ac92f6ad2132aa1c2b75f9 to your computer and use it in GitHub Desktop.
Save dliv/db8b2f3505ac92f6ad2132aa1c2b75f9 to your computer and use it in GitHub Desktop.
yanslate
def yanslate(text):
return " ".join(["y"+word[1:] for word in text.split()])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment