déplacer les éléments dans le tableau Python
l = list(...)
l.insert(index, item)
Jumping Boy
l = list(...)
l.insert(index, item)