From 81667eb64b5872363284f1320290c26c7c949ec9 Mon Sep 17 00:00:00 2001 From: go-outside-helper <138340846+go-outside-helper@users.noreply.github.com> Date: Thu, 14 Mar 2024 16:58:37 +0100 Subject: [PATCH] Update cesarCipher_simple.py --- Cryptography/Rotation-Ciphers/cesarCipher_simple.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cryptography/Rotation-Ciphers/cesarCipher_simple.py b/Cryptography/Rotation-Ciphers/cesarCipher_simple.py index 56eb6be..ed2bce2 100644 --- a/Cryptography/Rotation-Ciphers/cesarCipher_simple.py +++ b/Cryptography/Rotation-Ciphers/cesarCipher_simple.py @@ -1,8 +1,7 @@ #!/usr/bin/env python -__author__ = "Mari Wahl" -__email__ = "marina.w4hl@gmail.com" +__author__ = "Mia Stein" ''' Cesar Ecrypt