From 4177f3870ff161d6fe2d5245c26f1e76ad496632 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:48 +0100 Subject: [PATCH] Update cesarCipher_simple_2.py --- Cryptography/Rotation-Ciphers/cesarCipher_simple_2.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cryptography/Rotation-Ciphers/cesarCipher_simple_2.py b/Cryptography/Rotation-Ciphers/cesarCipher_simple_2.py index a5f5f7c..6ac7cef 100644 --- a/Cryptography/Rotation-Ciphers/cesarCipher_simple_2.py +++ b/Cryptography/Rotation-Ciphers/cesarCipher_simple_2.py @@ -1,8 +1,7 @@ #!/usr/bin/env python -__author__ = "Mari Wahl" -__email__ = "marina.w4hl@gmail.com" +__author__ = "Mia Stein" ''' Cesar encrypt - better