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.
Thanks for your feedback. I've taken them into consideration, and even started to edit the Kata accordingly, but soon found myself being redundant.
n >= 0
, so adding that is redundant.'0'
and'1'
of length 8.I'm marking this issue as resolved.
There are a couple random string tests implemented, not names though, that would be much harder :)
I fixed it! The function should return None when given an empty string, or a string less than length 2.
Python PEP8:
Example:
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Really?! What part is ambiguous or not clear? What exactly did you misunderstand? Do you have any suggestions for better text?
Could use a better description, rather than just leaving all the explaining to the test cases.
The description could use some proofreading. I noticed some syntax errors, such as double negetives, and things could be better worded. Also, I am wondering if it is possible to do tests that have multiple possible solutions, instead of flat out stating that you are not doing it.