VocabularymorseInputs| str | A string of dots and dashes that represents a single character in morse code |
Outputs| ch | The translated character |
Word descriptionIf the given string represents a morse code character, then return that character, otherwise return a space character.
Definition