Build a linear search algorithm in Python

code
224
0
Prompt
Build a linear search algorithm in Python to find a specific value in an array.