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.
This comment is hidden because it contains spoiler information about the solution
ok was able to find the bug, I had a default initializer wich was reused between attempts. \o/ got it now !
Well, I hope, but I tried most of the test before/after the one that fail and they all pass.
I also notice that that in case of error like
RecursionError: maximum recursion depth exceeded in comparison
the kata swallow the error and return always False.Is it possible?
Ok I have a wierd behaviour with python 3.6. On my local pc I have
True
for this but when I run it on codewars I getFalse
and the resultexpect 1
. WTF?