# You can index using -1 to get the last item on the list names = ['collins', 'emasi', 'sam'] l_item = names[-1] # Output: sam