Skip to content

Instantly share code, notes, and snippets.

@wowotek
Last active November 8, 2019 22:59
Show Gist options
  • Save wowotek/05abe1b98529af73361fe89da0e4a9d3 to your computer and use it in GitHub Desktop.
Save wowotek/05abe1b98529af73361fe89da0e4a9d3 to your computer and use it in GitHub Desktop.
print("".join(i.upper() if i in "aiueo" else i for i in [chr(((ord(i)-96)%26)+97) if i in "abcdefghijklmnopqrstuvwxyz" else i for i in input().lower()]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment