Python, jak liczyć liczbę prawdziwych

true_count = sum(a_boolean_list)
Difficult Dunlin