Question: Write a Python program called encrypt.py that uses a recursive function to encrypt a message by converting all lowercase characters to the next character (with
Write a Python program called encrypt.py that uses a recursive function to encrypt a message by converting all lowercase characters to the next character (with z transformed to a). You MUST NOT use any form of loop in your program! Please use Python version 3.5.
Sample Input/Output:
Enter a message:
hello world Encrypted message:
ifmmp xpsme
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
