Skip to content

Instantly share code, notes, and snippets.

@szakitom
Created March 6, 2024 16:37
Show Gist options
  • Save szakitom/efd1492a88235d18d2a2817230927868 to your computer and use it in GitHub Desktop.
Save szakitom/efd1492a88235d18d2a2817230927868 to your computer and use it in GitHub Desktop.
alphabet = {
"A": ".-",
"B": "-...",
"C": "-.-.",
"D": "-..",
"E": ".",
"F": "..-.",
"G": "--.",
"H": "....",
"I": "..",
"J": ".---",
"K": "-.-",
"L": ".-..",
"M": "--",
"N": "-.",
"O": "---",
"P": ".--.",
"Q": "--.-",
"R": ".-.",
"S": "...",
"T": "-",
"U": "..-",
"V": "...-",
"W": ".--",
"X": "-..-",
"Y": "-.--",
"Z": "--..",
"1": ".----",
"2": "..---",
"3": "...--",
"4": "....-",
"5": ".....",
"6": "-....",
"7": "--...",
"8": "---..",
"9": "----.",
"0": "-----",
", ": "--..--",
".": ".-.-.-",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment