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