Skip to content

Instantly share code, notes, and snippets.

View Crisher70's full-sized avatar

Adams Hernandez Crisher70

View GitHub Profile
import sys
import math
lineMorse =""
dictionary=[]
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":"-..-",