Ad
  • Default User Avatar

    Guys, I think something went wrong with Python's test ( after you hit the Submit button ). It just breaks on the basic tests though all tests in kata were passed successfully. If neccessary I can show my solution.

  • Default User Avatar

    So, I finally found out where the bug was =). I redefine the getattribute method as nivoliev suggested and found it. Thank you all for response!

  • Default User Avatar

    Could you give me insight on test 19? I receive error message saying 0 should equal 1, but I can't figure out where the bug is. I did everything as it was in the instruction.