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.
Already mentioned by Blind4Basics, closing
Thanks for the tip was able to get it to pass. My solution is not quite as elegant as the others and I had to cheese one of the tests. Thanks again!
Yes, where is the issue?
Your last if is wrong, check it. And when you fix that, your code still won't pass all the tests, but I think you can work out why.
This comment is hidden because it contains spoiler information about the solution
I guess no, but posting your code here using markdown formatting and marking your post as having spoiler content would be helpful to see what's wrong with your code.
I am doing the python version of this. When I run the code on my machine the output is correct.(Im not sure if I am doing it completely correctly.) On the tests it says 'A' should be 'A B C' but when I run the code locally my output is 'A B C'
Not wanting to look at the solutions for this. Any suggestsions would be helpful.
Has anyone else had issues with the python version?