I have a problem where the list I am working on is being modified even though there is no passing of values to it.
from random import *
from numpy import *
m=2
lista_inicial=[[1, 2], [0, 2], [0, 1]]
lista_aux = []
lista_aux = lista_inic...
asked by
14.09.2016 / 14:11