Y
Hacker News
new
|
ask
|
show
|
jobs
by
nness
927 days ago
I got stuck on rule 3 — what on earth is a "comprehension?"
1 comments
MauranKilom
927 days ago
A list comprehension: E.g. [x for y in z]
link