List Python Tutorial

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