Is there a shorthand for design-script/Python?

Hello,
i want to use for loop. Can i reduce designScript to one line?
the imperativ looks too complex, is it easer possible ?

OUT = [[i] for i in IN[0]] #Python

Hi Andreas…try list transpose with L1 or list flattern with L1…if i understand right :wink:

1 Like

2022-05-31_17h39_04
How is the syntex in design script @sovitek ?

1 Like


2 Likes