Transforming list into other format

Hi, I created a list from two list of points. Created list is made from two main list (first on the left, second on the right). The thing is, that I need a group of five points [0,0,1]… [0,0,3] + fifth element from [1,0]. So the first point from 1 List should transform to 5th point from [0,0] list, like on the picture. Thanks

So you’re taking item[n] from List 2 and adding it to the end of each sublist[n] in List 1?
image

2 Likes

Thank you :slight_smile:

Please mark as a solution if you got one. This helps others more quickly find what they are looking for in the future.

Thanks!
:smile: