-1
votes
2answers
855 views

Find and replace characters in a string to translate code using Python [closed]

I have an unintelligible string of characters with a simple key: every letter's true value is the letter +2 in the alphabet. Example: A --> C ; M --> O. I wrote a simple python function that accepts ...