mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-11 08:15:55 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
1a61d46d1d
commit
d14c943002
@ -9,7 +9,7 @@ def dencrypt(s: str) -> str:
|
|||||||
>>> dencrypt(s) == msg
|
>>> dencrypt(s) == msg
|
||||||
True
|
True
|
||||||
"""
|
"""
|
||||||
out:list[str] = []
|
out: list[str] = []
|
||||||
n = 13
|
n = 13
|
||||||
for c in s:
|
for c in s:
|
||||||
if "A" <= c <= "Z":
|
if "A" <= c <= "Z":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user