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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!