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.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I have no clue what is going on with my code. Everything works well except that I got the Test Passed
✘ 450010 should equal -1
I'm using python. I noticed that several other people got the similar issue too.
Could you help me with this please? Thank you a lot for your time and attention.
Same here. This is very strange. I have the same problem too.
Test Results:
Basic Tests
should work for simple words (1 Passed, 0 Failed)
should work for phrases with spaces (1 Passed, 0 Failed)
should work for phrases with numbers
STDERR:
Traceback:
in
in presses
KeyError: '2'
Could anyone tell me why do I get the KeyError there? Many thanks.