| CodeRams Practice Problem Archive |
|---|
| Finished |
In this question you must encrypt or decrypt a message by replacing a key letter with a word or a key word with a letter. If the message contains the key word then you should be decrypting and replacing the key word with the key letter. If the message given does not contain the key word then you should be encrypting and should be replacing the key letter with the key word. The key letter will not be within the key word.
The first line will be the text you are encrypting or decrypting. The second line will be the key letter and the third line will be the key word.
Print the encrypted or decrypted text
hello world l bruh
hebruhbruho worbruhd
hebruhbruho worbruhd l bruh
hello world
| Name |
|---|


