You can read the task, take hints and check your answer — but nothing is saved. No XP, no skill points, and this task will not be marked complete.
Write `flatten(rows)` that turns `[[1,2],[3],[4,5]]` into `[1,2,3,4,5]`.
What this proves: Read and write multi-clause comprehensions.
Need assistance? You can reveal sequential hints. Each hint applies a minor penalty to your score.
If you are completely stuck, you can unlock the full step-by-step walkthrough.