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 used "is" but still doesn't work!
Yes
False == Null == 0 == {} == []
are all true
because False == 0 is True ?!
This comment is hidden because it contains spoiler information about the solution
my code was wrong, but now, after fixed it, he is correct
Your seventh column has two ones, and your eighth column has two eights. So, I'm sorry to say, but your answer is wrong.
Correct solution:
I tried to do a backtraking algorithm to solve this kata, I tested several times to see if the algorithm was working correctly (I used another algorithm to check if they were right), and they were all correct, but when I submitted my solution to this kata he said that "the value was not expected". Why?
This comment is hidden because it contains spoiler information about the solution
why is my code deleting the False?????? I tried everything to fix this error but nothing worked