VocabularymorseInputsch | A character that has a morse code translation |
Outputsmorse | A string consisting of zero or more dots and dashes |
Word descriptionIf the given character has a morse code translation, then return that translation, otherwise return a ? character.
Definition