Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save IlmirSharifullin/5e734ca801ebb30e10de301e4386e7a1 to your computer and use it in GitHub Desktop.
Save IlmirSharifullin/5e734ca801ebb30e10de301e4386e7a1 to your computer and use it in GitHub Desktop.
Rus morse
RUS_MORSE = {'А': '.-', 'Б': '-...', 'В': '.--', 'Г': '--.', 'Д': '-..', 'Е': '.', 'Ё': '.', 'Ж': '...-',
'З': '--..', 'И': '..', 'Й': '.---', 'К': '-.-', 'Л': '.-..', 'М': '--', 'Н': '-.',
'О': '---',
'П': '.--.', 'Р': '.-.', 'С': '...', 'Т': '-', 'У': '..-', 'Ф': '..-.', 'Х': '....',
'Ц': '-.-.',
'Ч': '---.', 'Ш': '----', 'Щ': '--.-', 'Ъ': '--.--', 'Ы': '-.--', 'Ь': '-..-',
'Э': '..-..',
'Ю': '..--', 'Я': '.-.-'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment