python how to get first element in list code example Example: how to get first element of array in python arr = ["cat", "dog", "rabbit"] first_element = arr[0]