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