Hacker News new | ask | show | jobs
by spion 3710 days ago
Everyone seems to forget nested comprehensions

  [x + y for x in [1,4,9] for y in [2,4,6] if x < y]