KnowledgeBoat Logo

Computer Science

Which of the following searches for an element in a list and returns its index?

  1. search( )
  2. find( )
  3. index( )
  4. lsearch( )

Python List Manipulation

3 Likes

Answer

index( )

Answered By

3 Likes


Related Questions