python find the last element of a list code example Example: last element of list python list1 = ['a','b','c'] print(list1[-1])