We can use indices to search a list. One of the simplest search algorithms is called linear search.

Linear search is simple: we go through each value one by one and check if it's the value we want.