Skip to content

Commit 5ea4212

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7df6b92 commit 5ea4212

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ciphers/caesar_cipher.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
import pyfiglet
66

7+
78
def encrypt(input_string: str, key: int, alphabet: str | None = None) -> str:
89
"""
910
encrypt

0 commit comments

Comments
 (0)