Grasshopper data structure question

Hi all, does anyone know why the output of a and b are both replicated 10 times?
what’s driving this behavior? I was expecting it to simply give me “no” or “no too”

thank you!

Because data input matching.

1 Like

Perhaps you need to change one or more of the python script inputs from “item access” to “list access”?

1 Like