Please enable JavaScript to use CodeHS

Introducción a la ciencias de la computación en Python

Lesson 6.4 Funciones y valores de retorno

Description

En esta lección, los estudiantes exploran funciones con valores de retorno y profundizan su comprensión y capacidad para usar funciones.


Objective

Students will be able to:

  • remove complexity from their programs by abstracting with functions
  • generalize their functions with parameters
  • chain functions together using return values