This comment is hidden because it contains spoiler information about the solution
Hi, it's not a kata issue if your code doesn't work, issues are for when the kata has some problem. you need a faster algorithm to pass, cheers
I can not do this
state your language, post your code with proper markdown formatting, tag the post as a spoiler, and then someone may be able to help you
It's hard to help you when you don't state the language nor we know your code. If it is Python, the default error message for assert_equals format is A should equal B where A is what your function returned and B the expected result.
assert_equals
A should equal B
A
B
my solution works on test cases but it just tells me result shold not be [1, 2] , etc. whats going on here?
so my function passes the test cases but when i hit attempt it says 'should not return [1, 2] ' etc. please help?
Loading collection data...
This comment is hidden because it contains spoiler information about the solution
Hi, it's not a kata issue if your code doesn't work, issues are for when the kata has some problem. you need a faster algorithm to pass, cheers
This comment is hidden because it contains spoiler information about the solution
I can not do this
This comment is hidden because it contains spoiler information about the solution
state your language, post your code with proper markdown formatting, tag the post as a spoiler, and then someone may be able to help you
It's hard to help you when you don't state the language nor we know your code. If it is Python, the default error message for
assert_equals
format isA should equal B
whereA
is what your function returned andB
the expected result.my solution works on test cases but it just tells me result shold not be [1, 2] , etc. whats going on here?
so my function passes the test cases but when i hit attempt it says 'should not return [1, 2] ' etc. please help?