
Brendan V. answered 05/08/19
Tutor
New to Wyzant
Math, science, and programming tutor
Negative indexes refer to elements counting from the last element. So, mylist[-1] gives the last element of a list, mylist[-2] the second to last element, and so forth.