Найдите элемент массива Python
last_element = an_array[array_length - 1]
Annoyed Angelfish
last_element = an_array[array_length - 1]