I have a somewhat complex problem, on the one hand I have a list that contains lists. These contain integers that represent positions on a map:
rutas = [[0,1,2,3],[0,1,2],[7,4,8],...[5,6],[0,1,3,4]]
I also have another list, which contains,...
asked by
18.07.2017 / 09:39