Elemento em movimento para o início da lista de python

#Use the insert method of a list.

l = list(...)
l.insert(index, item)
britishmailman