mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-13 08:20:07 +08:00
DO NOT MERGE: Test Python 3.14
This commit is contained in:
@ -20,7 +20,7 @@ def gronsfeld(text: str, key: str) -> str:
|
||||
>>> gronsfeld('yes, ¥€$ - _!@#%?', '')
|
||||
Traceback (most recent call last):
|
||||
...
|
||||
ZeroDivisionError: integer modulo by zero
|
||||
ZeroDivisionError: division by zero
|
||||
"""
|
||||
ascii_len = len(ascii_uppercase)
|
||||
key_len = len(key)
|
||||
|
Reference in New Issue
Block a user