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.
3rd sample test case is wrong, it should be
504
, not505
.Highly cheesable kata
That answer actually is empty.
If you can't import that, you can't. Maybe CodeWars just doesn't have the library. The kata does not forbid it in any way.
This was asked some time ago but the answer is hidden. Importing fuzzywuzzy would make things simple but codewars doesn't like it. Is this intentional?
edit: spelling mistake...
I'm having the same problem, was this resolved?
Py 3.6.0
Exit code 1:
{'Nickles': 0, 'Pennies': 4, 'Dimes': 0, 'Quarters': 1} should equal {'Nickels': 0, 'Pennies': 4, 'Dimes': 0, 'Quarters': 1}