While Loops
A while loop repeats its code block as long as its condition remains True
What it does: i starts at 0 and increments each loop. When i reaches 3, condition is False. while True runs forever — use break to exit when a condition is met. True never becomes False — the loop continues indefinitely. The condition is checked first — 5>0 is True, so 5 prints before decrementing. while, like if and for, requires a colon at the end of the line. The loop prints 1, 2, 3 then stops when i becomes 4. x decrements from 10 to 9 to 8. At 8 the condition fails, then prints 8. Repeats indented code as long as the condition is True.
Common mistakes: Code inside the while loop must be indented. Missing colon at the end of the while line.
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
whileFill 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 →