Question: use python to answer this question There are many ways to encode a message. If you know the code or the key, you can decode
use python to answer this question
There are many ways to encode a message. If you know the code or the key, you can decode the message. Write two functions to encode and decode a message using the following rule:
A->B, a->b
B->C, b->c
Y->Z, y->z
Z->A, z->a
Any other characters are not modified.
Write the two functions and test them using a few strings.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
