Vidyalelo
Python · Q90

Python Lists MCQs: Exam Practice for List Concepts

Programming · Python · question 90

Q90

Suppose list1 is [3, 4, 5, 20, 5], what is list1.index(5)?

A.
0
B.
1
C.
4
D.
2
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board