Robotics & Artificial Intelligence
You can use the index() method to return the index value of the tuple element.
Python Tuples
1 Like
Answer
True
Reason — In Python, a tuple supports the index() method, which returns the position (index) of the first occurrence of the given element in the tuple (and raises an error if the element is not found).
Answered By
2 Likes