this is the code:
import sys LETTERS = \'ABCDEFGHIJKLMNOPQRSTUVWXYZ\' def decrypt_caesor(message): for key in range(len(LETTERS)): translated = \'\'