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.
thx
It's
MORSE_CODE
.What is js MorseCode convert dictionary name ?
Because of that. Closing.
You have to return max 5 results.
It's an old kata bug :( Because the test cases are already locked I've updated in the descriptions what you should do.
Thanks
Triple and double digits have to go sequentially in each num. (zzz555zz z55zzz-> 1) (z5zzz55zz z5zz5zz ->0)
This comment is hidden because it contains spoiler information about the solution
understood thx :)
The test cases below your code block are not provided, and have only a dummy test that compares the string literals of "actual" and "expected". You can either copy in your own unit tests, or ignore them and submit.
Same as you,
I fixed it. Thanks!
Consider what happens to your code if you get an empty list.
Hello,
My code passes the first 8 tests, after which I get IndexError: list index out of range.
In my IDE I get no errors, no warnings.
I am using Python 3.
Can anybody help me figure what is wrong?
Thanks!
Loading more items...