Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Thank you for pointing out the direction out of the fog.;=)
stripe() solved the problem.
Thanks ;)
STDERR
Traceback (most recent call last):
File "tests.py", line 29, in
testAndPrint(decodeMorse(' . '), 'E')
File "/workspace/default/solution.py", line 8, in decode_morse
i[x] = MORSE_CODE[i[x]]
KeyError: ''
???
Time: 462ms Passed: 9Failed: 0Exit Code: 1
3 should equal 4
???