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.
Yes
.
The basic tests are the same in Bash and Python.
In basic tests you are failing I see when I run your solution:
"-002 Car 34.00 Balance 1056.60
+2 Car 34.00 Balance 1056.60"
Edit : I have problems with the 3 backticks...
↑ In bash (No problem in python)
I don't understand your post since you passed like 373 other people...
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.
Right. The Random substrings were separated by "\n" instead of " " in the given string. Fixed; your code works now.
Thanks for your post!
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
Basically means you messed with the inputs somehow in your function and it wasn't the same as before. Try avoiding it by copying or something
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.