The regular way to run the program is to use "encrypt" first, which will save the encrypted output to a global variable. Then if you use "decrypt", it will reference that variable and decrypt it back ...
A simple, interactive Python program that encrypts and decrypts text messages using the classic Caesar Cipher algorithm. The Caesar Cipher is a substitution cipher where each letter in the plaintext ...