Please enable JavaScript to use CodeHS

Teaching Introduction to Python Programming

Lesson 4.16 Nested Control Structures

Description

In this lesson, students will use control structures within control structures, which are referred to as nested control structures.


Objective

Students will be able to:

  • Identify the different control structures that can be used to modify the flow of control through a program
  • Combine control structures to solve complicated problems
  • Choose the proper control structure for a given problem