Aniya

 avatar
unknown
python
3 years ago
324 B
3
Indexable
titles = [
    "thjqu",
    "dvjqhjbp",
    "ioljjou",
    "dcvlvowl",
    "brvho",
    "dcwufsgrno",
    "ppottdocd",
    "bzpnsjhql",
    "nwwca",
    "pjnqmpom"
]

key = "aniya"

for title in titles:
    print("".join(chr((ord(title[i]) - ord(key[i % 5]) - 1) % 26 + ord('a')) for i in range(len(title))))
Editor is loading...