Skip to content

Commit

Permalink
Removed leftover code from "main.py1'... oops...
Browse files Browse the repository at this point in the history
Signed-off-by: schlopp96 <71921821+schlopp96@users.noreply.github.com>
  • Loading branch information
schlopp96 committed Feb 12, 2023
1 parent 738ea01 commit 3de6fd4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions MyCaesarCipher/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,3 @@ def decrypt(text: str, stdout_output: bool = True) -> dict[str, int]:
output[char_new] = output.get(char_new, (key - 1)) + 1

return output


cipher = CaesarCipher() # Create new class instance.
code = 'Ozno Xdkczm'
decryption = cipher.decrypt(text=code, stdout_output=True)
print(decryption)

0 comments on commit 3de6fd4

Please sign in to comment.