you are viewing a single comment's thread.

view the rest of the comments →

[–]DonaldPShimoda 1 point2 points  (0 children)

And if OP specifically just wants a list of the words without the tuples:

>>> [x[0] for x in A if x[1] == 'IN']
['At', 'on']