scheme get last element in list code example Example: how to find the last item of a list list1 = ['a','b','c'] print(list1[-1])