Which of the following functions will return the first occurrence of the specified element in a list?
index()
Reason — The index() function in Python returns the index of first matched item from the list.