Please enable JavaScript to use CodeHS

Intro to Computer Science in Python 3

Lesson 5.4 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