Search: As already known array elements are accessed using indices ,the process of finding the index of given element ,given element value is called a search operation. Types of searching:Linear searchbinary searchTri-nary search e.t.cIn Method in pyth...