Please enable JavaScript to use CodeHS

Utah Introduction to Python 1 and 2

Lesson 7.1 If Statements

Description

In this lesson, students will learn how to use If Statements which will allow them to use conditions to determine how their code should run. They will also learn how to use string comparison methods inside if statements.


Objective

Students will be able to:

  • Use if statements in order to tell Tracy how to make decisions
  • Use comparison string methods inside if statements