Micro-Topic 7.1: Boolean Values & Expressions Goal: Understand Boolean values (True/False) and create expressions using comparison operators that evaluate to a Boolean result.
Micro-Topic 7.2: Logical Operators (and, or, not) Goal: Learn to combine Boolean expressions using logical AND, OR, and NOT, to form more complex conditions.
Micro-Topic 7.3: If Statements (Conditional Execution) Goal: Learn to write if statements to execute code only when certain conditions are true, including optional else and elif clauses for branching logic.