diff --git a/Caesar_Cipher.py b/Caesar_Cipher.py index ad5da65..e3bbd7a 100644 --- a/Caesar_Cipher.py +++ b/Caesar_Cipher.py @@ -17,23 +17,5 @@ def encrypt(text, shift): print(move) - # for run in range(0, count_text): - # move += alphabet[shift] - # - # - # - # - # - # - # - # - # for check in move: - # if check in move: - # newShift = alphabet[move] + 1 - # newShift += 1 - # move += alphabet[newShift] - # - # print(move) - encrypt(text=text, shift=shift)