Q12
In Python, how can you find the index of a specific element in a list or tuple?
A.
index()
AnswerB.
find()
C.
locate()
D.
position()
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board