The decoding process is the exact inverse of the encoding process. The program takes the encoded text and shifts every letter .
for char in text: if char.upper() in ALPHABET: index = ALPHABET.find(char.upper()) 83 8 create your own encoding codehs answers exclusive