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.
.
↑ In bash (No problem in python)
Sorry, again, but plz check test cases.
My code passes test cases, but not attempt>basic tests, the same one.
Thank you.
This comment is hidden because it contains spoiler information about the solution
Thanks for your prompt reply, and many katas.
In bash, all random tests fail, but it works on local machine.
Perhaps the same as @ayeaye below,
Please have a look. thanks
This comment is hidden because it contains spoiler information about the solution
I don't understand this error message
input should not be changed: [[5, 2, [0, 0, 0, 0], [0, 0, 0, 0]], 1] should equal [[5, 2, [], []], 1]
Does this message mean that [[5, 2, [], []], 1] should be a hypercube? it's strange...
My code passes all tests except "input should not be changed" tests.