Question: Exercise 2+ Write a Python function that accepts a string and stepsize which is an integer between 0 and 25. The function is able to

Exercise 2+ Write a Python function that accepts a string and stepsize which is an integer between 0 and 25. The function is able to create a Caesar encryption which transfers a character to the one which is stepsize away. Caesar encryption example with stepsize of 3:+ ABCDEFGHIJKLMNOPQRSTUVWXYZ DEFGHIJKLMNOPQRSTUVWXYZABC transforms HELLO to KHOOR
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
