Please enable JavaScript to use CodeHS

Intro to Computer Science in Python 3

Lesson 4.2 If Statements

Description

In this lesson, students will review how to use If and if/else statements. These statements allow programmers to use conditions to determine how their code should run.


Objective

Students will be able to:

  • Use if statements for control flow in their programs