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.
The user is not active anymore.
ah, I actually misread the assertion message you wrote. Well, print the inputs so that you can see what's going on when you encounter that failure. I'd bet on an error in your algo handling the actual number of "Wild".
fun to work on but damm did It feel like I had to do alot of data management to make the input usable.
This comment is hidden because it contains spoiler information about the solution
"don't mutate the input"?
I use python and I have a problem. There are 1-4 'Failed' in the 'Random tests', it says like "Should return: '10': 20 should equal 10", but my return equals 'Expecting result'. Why is it failed?
Oh, really, thank you ))
print
is your friend. ;)This " should pass random tests, where the input returns suggestions from dictionary (53 of 100 Assertions) " is problem for me. I don't understand what need to do. Can someone help me?
Nice solution. No need for
list
as map already provides an iterator for.join
to use. Cheers. :)