summaryrefslogtreecommitdiff
path: root/cesar.py
diff options
context:
space:
mode:
Diffstat (limited to 'cesar.py')
-rw-r--r--cesar.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cesar.py b/cesar.py
index 65fef7f..886f48e 100644
--- a/cesar.py
+++ b/cesar.py
@@ -2,7 +2,6 @@
import string
-
def decalage(char, key):
liste = list(string.ascii_lowercase)*2 + list(string.ascii_uppercase)*2
if char not in liste: