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.
Thanks!
I'm having this exact same issue...I cannot tell what args are being passed to resolve this in python. What did you do?
.
Update: 100% my fault.
well. sort of 100%. my incorrect python solution passes so the python tests are not good enough.
Not sure what you did with print, but it probably wasn't cheating.
This comment is hidden because it contains spoiler information about the solution
Isn't this roughly the same thing as with that other kata?
There's some error message it isn't saying quite enough... but you can print what you're missing?
@bananaback
The error message is flipped around, your result is shown as expected and vice versa. It also doesn't show the input.
You can however print out your result and the input you received and that way figure out what's what.
It's the other way round: "Expected" is the correct answer, and "Passed in" is what your solution returned.
Question, not issue.
I have a feeling that you have not yet investigated what the input was and what your function returned for that input.
My guess is that your result is missing the third value.