下列程序的运行结果是? ( )
lis1=["cat", "tomato", "dog", "apple", "dog", "dog"]
print(lis1. index("dog") )
0
1
2
3