Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 6, 2021 17:40
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 parzibyte/c58fdea36b1ba391e93e099153bacb67 to your computer and use it in GitHub Desktop.
Save parzibyte/c58fdea36b1ba391e93e099153bacb67 to your computer and use it in GitHub Desktop.
palabra = "PYTHON"
print("Codificado:")
codificado = codificar_morse(palabra)
print(codificado)
print("Decodificado:")
decodificado = decodificar_morse(codificado)
print(decodificado)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment