Ad
  • Custom User Avatar

    Ignore the WriteLines();'s. I only used them for testing.

  • Custom User Avatar

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

  • Custom User Avatar

    Language: c#

    python worked fine.

    It seems to be the random testcase.

  • Custom User Avatar

    Some Testcases are broken.

    LOG = ")" is False

    However the testcase exspects true. This is a bug in the kata and not in our code. I've seen multiple comments with the same issue and they have been told that's a bug in the users code instead of a bug in kata and have been flagged as solved. Fix this!

  • Custom User Avatar

    It is a bug in kata. The string starts with ")". If this is flagged as True, the test_case is wrong. How are we supposed to solve this? HardCoding?

  • Custom User Avatar

    What are you talking about?

    Random_Testcase = ")"

    The code should return False and it does. But its flagged as True which is not right!
    I've the same problem with c# and its annoying! Please fix this.