CBSE Class 11 Computer Science Question 81 of 82

Lists in Python — Question 9

Back to all questions
9
Question

Question 9

index() function will return the index of first matched item from the list.

Answer

True

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