Python - Magic Methods and Operator Overloading
Given a list
data = [3, 0, 5, '', None, 7], which code correctly counts only the items that are considered 'truthy' in Python?