We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cecf43d commit da60148Copy full SHA for da60148
ciphers/a1z26.py
@@ -5,6 +5,7 @@
5
https://www.dcode.fr/letter-number-cipher
6
http://bestcodes.weebly.com/a1z26.html
7
"""
8
+from __future__ import annotations
9
10
11
def encode(plain: str) -> list[int]:
0 commit comments