Question: python to encrypt a plain text letter. Use following algorithm #Establish plain text string (a-(alphabet) #Est cipher string (move alphabet over by 4, so a
python
to encrypt a plain text letter. Use following algorithm #Establish plain text string (a-(alphabet) #Est cipher string (move alphabet over by 4, so a becomes f). #Ask user for a letter Use the "find" string method Use indexing to discover 'new letter. letter-input("Enter a letter:") Sample Output Enter a letter: a
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
