Vidyalelo
Python · Q13

Python Lists MCQs: Exam Practice for List Concepts

Programming · Python · question 13

Q13

In Python, how can you find the index of a specific element in a list?

A.
index()
Answer
B.
find()
C.
locate()
D.
position()

Answer: Option A

Solution

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