Ad
  • Custom User Avatar

    Still there's the same problem with Python3, there's print() expression issue in test,
    as well as another one i get, if needed:
    Traceback (most recent call last):
    File "main.py", line 14, in
    testAndPrint(decodeMorse(decodeBits('1')), 'E')
    File "/home/codewarrior/solution.py", line 6, in decodeMorse
    return ' '.join(''.join(MORSE_CODE[letter] for letter in word.split(' ')) for word in morseCode.strip().split(' '))
    File "/home/codewarrior/solution.py", line 6, in
    return ' '.join(''.join(MORSE_CODE[letter] for letter in word.split(' ')) for word in morseCode.strip().split(' '))
    File "/home/codewarrior/solution.py", line 6, in
    return ' '.join(''.join(MORSE_CODE[letter] for letter in word.split(' ')) for word in morseCode.strip().split(' '))
    KeyError: '1'