On 21Dec2020 08:09, Cameron Simpson <c...@cskk.id.au> wrote:
>>b = ((x[0] for x in a))
>
>This is a generator comprehension, and _not_ a list.

I should amend this: a "generator _expression_", not comprehension. A 
"generator comprehension" is not a thing.

Apologies,
Cameron Simpson <c...@cskk.id.au>
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to