Accepted Answer · #35 · 2026-05-09
Which answer is correct?
Difficulty 2/3
How to play
Read the Stack Overflow–style question, then pick the one correct answer from four plausible options. Watch out — wrong answers often have high fake votes.
When should I use a generator expression instead of a list comprehension?
I see `(x for x in items)` and `[x for x in items]`. When does it matter which I use?
pythongeneratorslist-comprehension
Loading your progress...
Press 1 through 4, or tap a numbered choice, to answer. Back to hub