Informatics Practices

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

Python List Manipulation

1 Like

Answer

True

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

Answered By

2 Likes


Related Questions