Ad
  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    ok was able to find the bug, I had a default initializer wich was reused between attempts. \o/ got it now !

  • Custom User Avatar

    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?

  • Custom User Avatar
    ......W..
    ..W.....W
    ....W....
    WWW......
    .W.WWWWW.
    .WW....W.
    .WW..W.W.
    W....W.W.
    WW.WW....
    
    False should equal 1
    

    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 get False and the result expect 1. WTF?