How to extract the n-th elements from a list of tuples November 29, 2022 by Tarik n = 1 # N. . . [x[n] for x in elements]