Ad
  • Default User Avatar

    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

  • Custom User Avatar

    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 is 0 and what problems you can encounter in python with that.