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 tests are ok, it's your code what's wrong. And what I told you is this:
that's a single test, first the log, then the test result.
About your code, your second elif condition is the same as the if condition and overall it's not ok, that's why it's failing. You can test your code with that input in the sample tests.
The log appears before the test result, and that input expects
"right"
. Check your code.