Skip to main content
added 59 characters in body
Source Link
Kuba
  • 138.9k
  • 13
  • 297
  • 803

You could "transpose" your lst using Flatten (1), and then take the 4 element:

Flatten[lst, {{2}, {1}}][[4]] 

{d, h}

  1. Flatten command: matrix as second argument

You could "transpose" your lst using Flatten, and then take the 4 element:

Flatten[lst, {{2}, {1}}][[4]] 

{d, h}

You could "transpose" your lst using Flatten (1), and then take the 4 element:

Flatten[lst, {{2}, {1}}][[4]] 

{d, h}

  1. Flatten command: matrix as second argument
Source Link
Carl Woll
  • 132.7k
  • 6
  • 253
  • 366

You could "transpose" your lst using Flatten, and then take the 4 element:

Flatten[lst, {{2}, {1}}][[4]] 

{d, h}