Skip to content

Commit f96271e

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

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)