Question: Write a python script that inputs a line of plaintext and a distance value and outputs an encrypted text using a Caesar cipher. The script
Write a python script that inputs a line of plaintext and a distance value and outputs an encrypted text using a Caesar cipher. The script should work for any printable characters.
1st Input: abcde, and 128=> outputing; abcde.
2nd input; abcde, and 128=> output ; EFGHI
3rd input: Input; Hello World, and 3=> output Khoor#Zruog
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
