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.
I sincerely don’t understand WHY you called this kata 'A Rule of Divisibility by 7'?
Why mislead people?
This task can be solved without checking the division of the number by 7 :(
.
You're using float division where you shouldn't.
This comment is hidden because it contains spoiler information about the solution
I am doing this in python, all of the tests pass exept for one
failed test's output:
(21, 20) should equal (14, 20)
is the test broken or is my code wrong? (I'll put it in the comment section as spoiler)
My bad, sorry!
This comment is hidden because it contains spoiler information about the solution
I see this in the python test cases: (16, 8 -> False)
Why is this False?
16 => 10000
8 => 01000