Phyton 2 to Python 3 issue

I’m trying to convert this script from Python 2 (I think) to Python 3, but the result is different.
Any help/suggestions?
Thanks,
Roy

solid difference python two:python three.gh (24.3 KB)

Hi Lopez,

The old Python has the Y input set to list access, while the new one doesn’t

2 Likes

Oh, yes!
Thanks a lot!

1 Like

The script is very simple; it performs the simple difference boolean operation.
Why is the script about three times faster than the Gh command?