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.
@Lex88 for python - use print() statements inside your function.
This is a bit offtopic but how do i see what the testcase 5 is?
I am also failing just this one test but I don't know how it failed.
You're reading the logs wrong, they appear above the test result. That's not the input of the test your code fails.
You have to press the
attempt
button-to the righ of thetest
button. This gives more tests. If you get all of those correct, the greensubmit
button appears (in place of theattempt
button), and when you press that, it submits you solution.The "test" button will only run a few tests. After that passes you shold use the "attempt" button and that should do it.