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.
I'm getting this from the compiler when trying to run my code:
looks like there is an issue with an import that requires fixing.
In rust margin is not optional, which makes this kata a bit confusing as dealing with it as an optional argument won't compile.
This comment is hidden because it contains spoiler information about the solution
hmm seems like I messed something up on my side then, sorry!
There is an error in the python implementation. One of the test cases throws the error 'positional argument missing'. It looks like the input string got deleted. It only affects the tests not the attempts.