Hi all,
I am trying to get a list which duplicates the first item of one list by the first item of another list. See the example in the picture below.
So I want a list which looks like: [Level 0, Level 0, Level 0, …, Level 0 (21 times), Level 3000, Level 3000, Level 300, …, Level 3000 (21 times), Level 3001, Level 3001, Level 3001, …, Level 3001 (17 times), Level 3002, Level 3002, Level 3002, …, Level 3002 (17 times)]
Can somebody help with this?
Thanks,
Laurin