diff options
-rw-r--r-- | alphabet.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/alphabet.py b/alphabet.py new file mode 100644 index 0000000..7a4816e --- /dev/null +++ b/alphabet.py @@ -0,0 +1,4 @@ +CYRILLIC_ALPHABET = ['I', 'А', 'Б', 'В', 'Г', 'Д', 'Е', 'Ë', 'Ж', 'З', + 'И', 'Й', 'К', 'Л', 'М', 'Н', 'О', 'П', 'Р', 'С', + 'Т', 'У', 'Ф', 'Х', 'Ц', 'Ч', 'Ш', 'Щ', 'Ъ', 'Ы', + 'Ь', 'Э', 'Ю', 'Я'] |