Module 3 · Boolean values, conditional execution, loops, lists and list processing, logical and bitwise operations
Lists in advanced applications
Lists can hold other lists — and that one idea unlocks grids, boards, and tables. Nest them to build two-dimensional arrays and beyond, with comprehensions to create them in a single line.
Begin lesson 1 →