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
This comment is hidden because it contains spoiler information about the solution
the problem is in your loop, try to pool out your test in loop
my 8th test case fails and wondering why, here is the input word and the expected and actual results
input = ( ( )
actual output = '))))))'
expected_output = ')))))('
any help would be appreciated
i encountered the same issue and wondering why? can anyone help???
Hey Guys,
I almost got this kata working except for the last testcase which fails for the input string "abc@example.com#", i couldnt get this working, looking for help to get past this, any points would be appreciated
The description should state which of the errors should be returned if multiple errors are in there. For example, which error should get returned on
given_nth_value([], None, "not_a_correct_argument)
?We have three kind of errors.
The value of k.
The mode strings: "max" or "min".
The array with the values.
From your point of view, which one should be more prevalent? or express what should be corrected. Thanks for the feedback
Suggestion received. It gives the cause of the impossibilty of the searching
The priority of the error message should be more prevalent.
Rename "No way" to "Not enough elements".
thanks, will try that
See https://github.com/Codewars/codewars.com/wiki/Error-messages:-Unknown-error.
Hi,
I completed this Kata and clicking the "Run Tests" shows that all the testcases pass, however, when i click "Submit" button to submit the final code the system throws "Unknown Error" , what am i doing wrong? any help will be appreciated!