• Unit 2: Operators

    This unit introduces Python operators. Using the variable types introduced in Unit 1, this unit will allow us to begin computing using arithmetic, relational, and logical operators. We will also introduce operator precedence and discuss what happens when several operators are applied within a single instruction

    Completing this unit should take you approximately 4 hours.

    • 2.1: Arithmetic Operators: +, -, *, /, **, %, and //

    • 2.2: Operator Precedence and Using Parentheses

    • 2.3: Relational and Logical Operators

    • 2.4: Operator Precedence Revisited

    • Study Session Video Review

    • Unit 2 Review and Assessment

      • Receive a grade