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.
0 делится и на 3 и на 5.
The
valid_hexa6_1st_principles
test in the Python version.Language?
Note in the kata description that test cases can have capital letters.
Fixed the test case in python.
Shouldn't you start at i = 3, since nothing under that would be divisible by 3 or 5?
Multiple of these test cases are simply wrong. I don't see how this kata has lasted so long without being fixed.
What?