List Python Tutorial

numbers = [1, 2, 3, 5, 6, 7]
numbers.insert(3, 'four')
print numbers