Have you ever heard of a Caesar cipher? Let's try to encrypt a small message in a similar fashion! Write a code that reads a string from the input, adds 1 to the code point of every character and outputs the encrypted string.
Bytes basics
Caesar cipher
Report a typo
Sample Input 1:
I love ord function!Sample Output 1:
J!mpwf!pse!gvodujpo"Write 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.