how to find first element in a list python code example Example: how to find first element in a list python an_array = [1,2,3,4,5] first element = an_array[0]