how to call on the last object code example Example: last element in list py l = [1,2,3,4,5] last = l[len(l)-1]