index() function will return the index of first matched item from the list.
True
Reason — The index() function in Python returns the index of first matched item from the list.
index()