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 python if I execute the function for a degit such as 01234, this degit can't be accepted since it's a waste of memory as well for our time
No proof of this, so I'm closing it.
Could you copy and paste the error message? Are you writing that input/test or is it generated in the random tests suite? Still thinking it's a problem with your code, not with the kata itself, you could also share your code and mark the post as having spoiler content.
It's not necesary that the initial number be 0, at the very least in my test, if you enter a number like 98065, if produces an error
Then it's not a kata issue. They're passing bad input values.
Yeah but I think they made their own test that begins with a 0 and that's the issue they are talking about.
Javascript test suite can't produce 0 or any number that begins with 0, are you sure?
Yeah I see the same problem when the initial number is 0 as well in Javascript.
This comment is hidden because it contains spoiler information about the solution
Can't find the problem with numbers containing zero in Java, please elaborate or I'll close the issue.
This Kata is defective if the initial number has 0 in it. There should be a condition for it.