I’m learning DynamoPython. It’s a very simple question, but I want to do the calculations in the red box in a Python script, but I’m not used to dealing with lists yet. Any help would be appreciated!
@jj06jj like this:
values = IN[0] OUT = [value[0]*value[1] for value in values]
Thank you!
Some alternatives
@c.poupin I am sure you can do better