Last active
November 8, 2019 22:59
-
-
Save wowotek/05abe1b98529af73361fe89da0e4a9d3 to your computer and use it in GitHub Desktop.
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
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