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.
hobovsky, i fixed issue, could you review again please
@rowcased, i fixed issue, could you review again please
fixed
You still have unnecessary check for
"__main__"
in one of your snippets.Thanks for the feedback, added random tests
Thanks for the feedback, corrected the example tests
No Random Tests.
Here's some documentation on specifically writing Random Tests.
On Codewars, PYthon kata should use Python test framework to work correctly. See documentation with authoring guidelines and requirements, Python authoring guide, and Example kata to see how to implement tests correctly.