I have for example a list with tuples, and within these tuples I have 2 lists, where only the second list of each tuple varies:
x= [(y, [1, 2]), (y, [3,4]), (y, [5, 6])]
How do I add the first values of lists within the tuples, like t...
asked by
17.04.2015 / 16:13