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...
I don't understand your post since you passed like 373 other people...
Right. The Random substrings were separated by "\n" instead of " " in the given string. Fixed; your code works now.
Thanks for your post!
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