diff options
Diffstat (limited to 'cesar.py')
| -rw-r--r-- | cesar.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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: |
