how to go from the last element to an another element in python code example Example: last element in list py l = [1,2,3,4,5] last = l[len(l)-1]