Python Programming - Tuples - Discussion

Discussion Forum : Tuples - General Questions (Q.No. 9)
9.
Which method is used to find the index of a specific element in a tuple?
index()
find()
get_index()
search()
Answer: Option
Explanation:
The index() method is used to find the index of a specific element in a tuple.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.