单项选择题
在Python中,以下哪个表达式用于获取列表my_list中第一个元素的索引?()
A.my_list[0]
B.my_list.index(my_list[0])
C.C.my_list.first_index()
D.len(my_list)-1
点击查看答案&解析
相关考题
