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