elif Statements
elif adds extra conditions to check when the preceding if (or elif) was False
What it does: elif is checked only if the previous if was False. elif can use any comparison operator including ==. elif is short for 'else if' — it adds another condition to check. x > 10 is False, so Python checks elif — 5 > 3 is True, so 'Medium' prints. You can chain as many elif blocks as you need. elif must always follow an if — it can't stand alone. x > 5 is True immediately — elif is never even checked. Like if, elif lines must end with a colon.
Common mistakes: Python uses elif, not 'else if' (no space). elif cannot appear without an if statement before it.
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
elifFill 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 →