Skip to content

Commit 7df6b92

Browse files
committed
Merge branch 'master' of https://github.com/rishit-047/Python
2 parents 0684d78 + f96271e commit 7df6b92

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ciphers/caesar_cipher.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,8 @@ def brute_force(input_string: str, alphabet: str | None = None) -> dict[int, str
273273
while True:
274274
print(f"\n{'-' * 10}\n Menu\n{'-' * 10}")
275275
print("Please select from the following options: ")
276-
print(*[
276+
print(
277+
*[
277278
"1.Encrypt",
278279
"2.Encrypt a File",
279280
"3.Decrypt",

0 commit comments

Comments
 (0)