Hi,
I’m trying to combine different lists with the same amount of elements into lists based on their index. So the first item of every list into a list, the second item of every list into another one and so on.
Does anyone know how to to do this?
Thanks in advance,
Nicolas
