Please enable JavaScript to use CodeHS

Coding in Math

Lesson 1.3 Modulus and If Statements

Description

In this lesson, students learn about the modulus calculation and Python if statements in order to begin to automate their candy bagging programs.


Objective

Students will be able to:

  • Use the modulus to calculate the remainder of a division problem.
  • Use a Python if statement to check if a condition equals a value.