In Python, how do you get the last element of a list?
Another method:
some_list.reverse() some_list[0]