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.
'notatest' should equal 'nottest'
This is wrong, since:
"A subsequence is different from a substring. The terms of a subsequence need not be consecutive terms of the original sequence."
Since it does not have to be in consecutive terms, why is
a
excluded fromanothertest
andnotatest
? They both only have onea
.Correct me if I'm wrong, I'm passing all the other random tests and basic tests, except for this one case.
What is the language?
And also please provide your code.
ok thanks
[Python]
The kata says: "
the initial position of the selection cursor (top-left is (0,0));
"Random cases has cases with init position (0, 4)
Sadly I can't edit the test cases for Python and JS since the kata is so old...
Closing as it's too late to make corresponding changes
test.assert_equals(kebabize('myCamelHas3Humps'), 'my-camel-has-humps')
(Sample Cases)How come the input has a
3
but the output doesn't have a3
in it?Python3.8
Please check your internet connection since it can affect submitting code. Then, if there still is a problem, please tell me.
Sorry for the delayed answer
The language is Python.
Can you explain it more? Do you mean you wrote the code but it did not submit?
Approved
Approved :)
Approved :)
Why is
Random Cases
in the Final Tests blank?Also can you fix it
Thanks
Loading more items...