Friends, imagine a list:
lista = [1, 2, 2, 3, 3, 3, 6, 6, 7, 11, 12, 12, 13, 14, 14]
Would you like to create sublists with only the elements that are in sequence? For example, in this case it would be:
lista = [[1, 2, 2, 3, 3, 3], [6, 6,...
asked by
10.02.2017 / 18:10