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
Your solution incorrectly handles some edge cases, replace your prints with:
Console.WriteLine($"Input:[{input}]");
I agree the output is confusing tho, I will close this issue as user error and raise a new one about improving messages.
Ignore the WriteLines();'s. I only used them for testing.
This comment is hidden because it contains spoiler information about the solution
Can you show your code?
Remember about code formatting and spoiler flag please.
Language: c#
python worked fine.
It seems to be the random testcase.
What language?
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.