desplazar elementos en la matriz Python
l = list(...)
l.insert(index, item)
Jumping Boy
l = list(...)
l.insert(index, item)