Please enable JavaScript to use CodeHS

Utah Introducción a Python 1 y 2

Lesson 8.1 Armar estructuras de control

Description

En esta lección, los alumnos pondrán en común todos los conceptos que han aprendido hasta ahora. Serán capaces de utilizar el diseño descendente y de escribir programas que resuelvan problemas complejos.


Objective

Students will be able to:

  • Identify the different control structures we can use 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