deslocar os itens na matriz python
l = list(...)
l.insert(index, item)
Jumping Boy
l = list(...)
l.insert(index, item)