Please enable JavaScript to use CodeHS

Fundamentos de ciencias de la computación AP en Python

Lesson 5.2 Funciones y parámetros 2

Description

En esta lección, los alumnos trabajarán y definirán y llamarán a sus propias funciones que toman varios parámetros como entrada e imprimen la salida.


Objective

Students will be able to:

  • Explain the purpose of functions
  • Define their own Python functions
  • Utilize (call) their Python functions to solve simple problems
  • Define functions that take in multiple parameters as input, and use print statements for output