Skip to content

Instantly share code, notes, and snippets.

@wo0dyn
Created May 16, 2022 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wo0dyn/f020785d30593b3d9a0b6d2c1649caba to your computer and use it in GitHub Desktop.
Save wo0dyn/f020785d30593b3d9a0b6d2c1649caba to your computer and use it in GitHub Desktop.
def shortenize(words: str):
"""
>>> shortenize("Causses et Vallée de la Dordogne")
"Cauvaldor"
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment