Lesson Overview

In Lesson 4, we will study boolean values and expressions, learn about comparison operators and finally, it statements. This lesson is broken up into two components:

  1. Boolean values and comparison operators

  2. Conditional statements

Learning Goals

By the end of this lesson, you should be comfortable with

  • the basics of writing boolean expressions

  • the 6 comparison operators and how to use them

  • the 3 logical operators

  • the basics of the if statement

  • When to use else and elif clauses.