Vidyalelo
Python · Q12

MCQs on Python Tuples: Exam

Programming · Python · question 12

Q12

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

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