I personally would write:
a, _, b = myTuple
This is a pretty common idiom, so it’s widely understood. I find the syntax crystal clear.
I personally would write:
a, _, b = myTuple
This is a pretty common idiom, so it’s widely understood. I find the syntax crystal clear.