Hacker News new | ask | show | jobs
by robertlagrant 1264 days ago
Thinking further about this, how does this work with multiple loops? E.g.

  [x + y for x in range(10) for y in range(5)]