What do you get if you apply numpy.sum() to a list that contains only Boolean values?
the count of all True values
0
a type error
None