I have a problem with lists in python, I have a list in 2 different variables, with the same value .... but if I remove an element from any of the lists, the list that was to remain intact also has its element removed
listaUm = [1, 2, 3, 4]
li...
asked on
10.07.2015 / 20:33