If Statements
An if statement runs a block of code only when its condition is True
What it does: An if statement runs a block of code only when its condition evaluates to True. The condition is any expression that resolves to True or False (like 5 > 3), the line must end with a colon, and the code that should run sits on the next line, indented underneath — usually by 4 spaces. That indentation isn't a style choice: it's how Python knows which lines belong inside the if block.
Common mistakes: Forgetting the trailing colon (if 5 > 3 instead of if 5 > 3:) is the single most common error. Inconsistent indentation is the other — mixing tabs and spaces, or indenting by a different amount than the rest of the block, raises an IndentationError.
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
ifFill 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 →