List Python

li = ['a', 'b', 'mpilgrim', 'z', 'example'] 
li.insert(2, "new")                                
print li