Complete the code.

A sample member of the list data is a1 = ['male',True], which indicates a male was on the phone.

for item in data:
if item[ ____ ] == 'male':

males = males + 1
if item[1]:

• 1
• 0
• 2