Question: Write a program that takes a secret encrypted message and returns the hidden decrypted message by changing each letter in the and z message with

Write a program that takes a secret encrypted message and returns the hidden decrypted message by changing each letter in the and z message with the next one in the alphabet (For example, a replaced with B, B replaced with c, C replaced with D... replaced with A). Spaces and punctuations are not changed. For instance: "Gdx, Oxsgnm hr fadzs" will be decrypted as "HEY, PYTHON IS GREAT!" To answer the question, drag and drop the statements (below) to their correct position in the code (above). To answer the question, drag and drop the statements (below) to their correct position in the code (above). alphabet ABCDEFGHIJKLMNOPQRSTUVWXYZ result decodelt("Gdx, Oxsgnm hradest") result + alphabetf(alphabet find(chan % lencalphabet def decodelt(txt) result + char return result else: if chat not in alphabet: for char in txt.upper: if chart alphabet def decodelt(txt, n1 x= decodelt("Gdx Oxsgnm hr fadest", n) print
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
