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