else Statements
else runs a code block when all preceding if/elif conditions were False
What it does: else runs when the if condition is False — guarantees one block always runs. else needs only a colon — no condition, no parentheses. else must always come last — after all if and elif blocks. else must follow an if — it can't exist on its own. 100 > 50 is True — if runs, else is skipped. 75 < 90 and 75 < 80 — neither if nor elif match, so else runs. There can only be one else per if statement. else never has a condition — it catches everything not matched above.
Common mistakes: else does not take a condition just else: with no expression. Missing colon after else.
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
elseFill 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 →