>_BeginnerCoder
Donate

Lesson 1 — List comprehensions

Concise loops

A comprehension builds a list in one line: [expr for x in items if cond].

Task

Build a list of squares of even numbers 0..9.

Next →

Enjoying this lesson? Share it 👇

Keep going with Python Intermediate

Ready for more? These paid resources pick up where this lesson leaves off.

Some links on this page are affiliate links: we may earn a commission at no extra cost to you. We only recommend tools we believe are genuinely useful.