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.
man there are 11 zeroes in your answer but there should be 10 zeroes and you need to delete false as false is converting into zero
First part of assertion is what your code returned, second part is what it should be. In this case
False
is just another element of list and your problem boils down to the way you check whether element is0
and what problems you can encounter in python with that.