I have the following situation:
I have a list of 64 items and I want the first two values to appear and all the others after 2.
An example would be:
lista = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22]
I want the values...
asked by
08.03.2017 / 00:41