Skip to content

Commit 219ccf9

Browse files
committed
Merge branch 'master' of https://github.com/rishit-047/Python
2 parents 6d99b59 + 5ea4212 commit 219ccf9

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)