If I have a list in Python:
['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h']
How can I make a selection of several sections of the list that are merged into another list?
For example, select from position 0 to 2 ( ['a', 'b', 'c'] )
and fro...
asked by
26.09.2017 / 21:56