Register - Login - Forgotten Password

Lesson 13: Repeating Code With While Loops (Teach This Topic)

This guide supports teaching the finished lesson on Python while loops at home. Open Full Article...

Lesson 13: Repeating Code With While Loops (Parent Q&A)

This guide explains how Python uses while loops to repeat instructions while a condition remains true. Open Full Article...

Lesson 13: Repeating Code With While Loops

How can Python repeat a pattern without making its programme longer and harder to change? Open Full Article...

Lesson 12: Building Your First Python Quiz

How can familiar Python ideas turn into a working quiz? The surprising answer is that Python has no special quiz command. Open Full Article...