单项选择题

A.my_list[0]
B.my_list.index(my_list[0])
C.C.my_list.first_index()
D.len(my_list)-1