List Python Tutorial

li = ["a", "b", "c", "z", "example"]      
print li 
print li[-1]                                    
print li[-3]