Register - Login - Forgotten Password

Lesson 11: Combining Conditions With And, Or and Not (Teach This Topic)

This guide supports teaching Python’s Boolean operators `and`, `or` and `not` to learners aged 11 to 16. Open Full Article...

Lesson 11: Combining Conditions With And, Or and Not (Parent Q&A)

This guide supports parents with the main ideas from Lesson 11 on combining conditions in Python. Open Full Article...

Lesson 11: Combining Conditions With And, Or and Not

What happens when Python needs one decision based on several true-or-false questions? Open Full Article...

Lesson 9: Using Else and Elif (Parent Q&A)

This guide explains how Python chooses between several possible paths in one conditional structure. Open Full Article...

Lesson 9: Using Else and Elif (Teach This Topic)

This guide supports teaching Python’s `else` and `elif` clauses as part of one connected decision. Open Full Article...

Lesson 9: Using Else and Elif

What if a program needs to respond to several possible situations instead of giving only a yes-or-no response? Open Full Article...