Please enable JavaScript to use CodeHS

Fundamentos de ciencias de la computación AP en Python

Lesson 5.4 Funciones y valores de retorno 1

Description

En esta lección, los alumnos aprenden sobre los valores de retorno para poder escribir funciones que realicen algún trabajo y devuelvan el resultado o lo utilicen más adelante en el programa.


Objective

Students will be able to:

  • Explain the purpose of returning a value from a function.
  • Define functions that return values.
  • Create programs that define and call functions with return values and store the result for later use.