In this lesson, students will get an overview of the project and start learning about factors and basic calculations in Python.
Students will be able to…
print()
functions.In this lesson, students learn about variables in Python and how to use them effectively in their programs.
Students will be able to:
In this lesson, students learn about the modulus calculation and Python if statements in order to begin to automate their candy bagging programs.
Students will be able to:
if
statement to check if a condition equals a value.In this lesson, students learn about for
loops as an efficient technique to repeat code a specific number of times.
Students will be able to:
for
loop.In this lesson, students pull together all they’ve learned in this module to write a program that calculates all of the factors of a number.
Students will be able to: