Linear search in python







linear search means searching a element in array, search concept is The one element is compares each array index, when the position is founded, return the position of arrar element, like in image-