Lists – Creation
A list stores an ordered sequence of values inside square brackets
What it does: A list is an ordered collection of items written inside square brackets, like colors = ['red', 'blue', 'green']. An empty list is created with just []. Each item is called an element, and len(list) returns how many elements it contains. Lists can hold any type of value — numbers, strings, even other lists — and the order items are added in is the order they stay in.
Common mistakes: Using parentheses instead of square brackets — colors = ('red', 'blue', 'green') — creates a tuple, not a list, which behaves differently (it can't be changed after creation). Square brackets are what make it a list.
Free printable worksheet with full answer key — or add this module to a journey and assign it to your class.
Take this worksheet further — free with Cloodit
Each concept is reinforced from every angle — learned, then applied, then tested.
Cloodit turns curriculum-aligned coding content into journeys students work through one biome at a time.
Over 100 of them, across seven natural biomes.
Turns their work into revision material ready for Flash Cards and Exam study.
Live, competitive practice for the start of the lesson or a teacher-led lesson finisher.
Honour your top performers, or encourage a student who's trying hard — ready to print in seconds.
Quick Questions
Match the Pairs
Key Term
ListFill in the Blanks
Spot the Error
Create a free class, add this module to a journey, and track who's stuck.
Create a free teacher account →No credit card. No setup fee. Make a class and invite students in under three minutes.
Practice this topic interactively, track progress, and unlock badges.
Start Learning Free →