Question: Programming exercise 5.8: One problem with the previous exercise is that it does not deal with the case when we drop off the end of
Programming exercise 5.8: One problem with the previous exercise is that it does not deal with the case when we "drop off the end" of the alphabet. A true Caesar cipher does the shifting in a circular fashion where the next character after "z" is "a." Modify your solution to 5.7 to make the cipher circular. NOTE: You do not have to check to ensure that characters are letters unless you want to. If you're more comfortable with Python and understand branching, this is fine. If not, simply instruct the user the case of letter to be entered (capital letters or lower case) and encode the entire string AS GIVEN and this will be acceptable.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
