List Python Tutorial

numbers = [1, 5]
numbers[1:1] = [2, 3, 4]
print numbers