List Python

li = ['a', 'b', 'mpilgrim', 'z', 'example'] 
print li[-1]                                             
print li[-3]