Skip to content

Commit 3d92601

Browse files
committed
Merge branch 'master' of https://github.com/rishit-047/Python
2 parents b3f434f + 46f28d5 commit 3d92601

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
@@ -2,6 +2,7 @@
22
from string import ascii_letters
33
import os
44
import pyfiglet
5+
56
def encrypt(input_string: str, key: int, alphabet: str | None = None) -> str:
67
"""
78
encrypt

0 commit comments

Comments
 (0)