Skip to content

Instantly share code, notes, and snippets.

@madranet
Created December 18, 2016 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madranet/10c1b3fd0d7c9537a2e16c8fc7582c6d to your computer and use it in GitHub Desktop.
Save madranet/10c1b3fd0d7c9537a2e16c8fc7582c6d to your computer and use it in GitHub Desktop.
#morse code
morse = {
'A':'10',
'I':'11',
'M':'00',
'N':'01',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment