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.
Ignore the WriteLines();'s. I only used them for testing.
This comment is hidden because it contains spoiler information about the solution
Language: c#
python worked fine.
It seems to be the random testcase.
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!
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?
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.