how to get first element of array on python code example Example 1: get first element of array python some_array[0] Example 2: get first element of list python some_list[0]