What does the index method do in an array?
Returns the last occurrence of a specified value
Inserts a value at a specified position
Returns the index of the first occurrence of a specified value
Removes an element at a specified position
This question is part of this quiz :
Python Arrays