Register - Login - Forgotten Password

Lesson 11: Combining Conditions With And, Or and Not

What happens when Python needs one decision based on several true-or-false questions? A comparison can answer one question, such as whether a score reaches 50, but a programme may need to combine several answers. This section explains how separate comparison expressions become one compound condition and how that condition can control an `if` statement.

Lesson 11: Combining Conditions With And, Or and Not

This lesson just one in the category Python Programming Level 1. To access this lesson you need to have a valid learner account, ask your parent to register you now.