题库 python等级考试 题目列表 下列程序的运行结果是?( )lis1=["cat",&...
单选题

下列程序的运行结果是?( )

lis1=["cat","tomato","dog","apple","dog","dog"]

print(lis1.index("dog"))

A.

0

B.

1

C.

2

D.

3

题目信息
列表 二级知识块 2023年6月 一般
100%
正确率
0
评论
32
点击