From 43b7e038f3c934c140ed804d77f01c428b127729 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:18 +0100 Subject: [PATCH] Update caesarCipher.py --- Cryptography/Rotation-Ciphers/caesarCipher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cryptography/Rotation-Ciphers/caesarCipher.py b/Cryptography/Rotation-Ciphers/caesarCipher.py index b569914..593e765 100644 --- a/Cryptography/Rotation-Ciphers/caesarCipher.py +++ b/Cryptography/Rotation-Ciphers/caesarCipher.py @@ -1,7 +1,7 @@ #!/usr/bin/env python -__author__ = "bt3gl" +__author__ = "Mia Stein" import string