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.
Done!
Added it
Fixed it. Still not sure if its the right way to do it, let me know.
Well it was 50 calls of the function but I was actually making two assertions. I think its not how tests are supposed to be designed so I changed that.
Fixed the function name
Yeah the =6 is just the example. Will change it if it confuses people
This comment is hidden because it contains spoiler information about the solution
fixed
Yep that's what I was about to change, thanks for letting me know
fixed
fixed
lol python is so annoying... thx for pointing it out
Yes this is an issue that I was thinking about. It is because I wanted to avoid implementing my solution in the tests and as result I can only check if a solution is correct and not if there is a solution. I thought I would resolve this by simply checking that some solutions are given because the probability of all the combinations being impossible is basically zero.
well done! I'm happy someone finally solves it!
Hi,
added new tests, fixed framework usage
Loading more items...