Ad
  • Custom User Avatar

    Yes, but description is shared amongst all languages and making a code block only for Python is not needed here, you can see false and False are booleans, and a string would have quotes around it. You can also check the sample tests when in doubt.

  • Custom User Avatar

    Read the description again.

    An array is called zero-plentiful if it contains multiple zeros, and every sequence of zeros is at least 4 items long.

    [0, 0, 0, 0, 0, 1]  -->  1
    [0, 0, 0, 0]  -->  1
    [0, 0, 0, 0, 0, 0, 0, 0]  -->  1
    

    Not a kata issue.