Let's decipher a little message. The first input line is an encoded message, and the second line is the key for deciphering the message, which is an integer. Convert the key to two bytes and sum up its items. Then add the resulting sum to the code point of each character in the message. Finally, print the decoded message.
Creating bytes
Decipher a message
Report a typo
Sample Input 1:
HlAdghmcXnt
256Sample Output 1:
ImBehindYouWrite a program in Python 3
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.