CBSE Class 11 Informatics Practices Question 79 of 80

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.