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.
You are not correct. There is always only one number that is the first appearance
you renamed the function as
format_seconds
instead ofmake_readable
, so obviously the tests do not work. that's a problem in your code and not a kata issue.added
where ?
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
No worries! As @trashy_incel said, maybe you just accidentally deleted an argument or something in the example tests.
hmm seems like I messed something up on my side then, sorry!
Looking at user's profile: 1 hour later the kata appears as completed OK in Python;
Therefore, closing issue - no problems with Python tests.
Python sample tests seem fine. are you sure you did not modify them inadvertently ? hit the Reset button to erase the local cache and try again
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.