Skip to content

Instantly share code, notes, and snippets.

@madranet
Created December 18, 2016 14:50
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/599f3bc26de8f338f2a88504f3844e27 to your computer and use it in GitHub Desktop.
Save madranet/599f3bc26de8f338f2a88504f3844e27 to your computer and use it in GitHub Desktop.
#alternate morse code
altmorse = {
'A':'01',
'I':'00',
'M':'11',
'N':'10',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment