Null list problem with python

Hello everybody,

I have a little problem.
I have created new codes in to dynamo but can’t take value so I need to some help to take value…

Dont use OUT = in your loop. Append to your variable inside the loop only, then at the end say OUT = newlist.

Thank gavin I solve this issue thanks to your advice.

1 Like

You could also rename all references from “newlist” to “OUT” and remove “OUT =” will do the same as what Gavin has indicated.