Please enable JavaScript to use CodeHS

Introduction to Python Programming

Lesson 9.4 Functions and Return Values

Description

In this lesson, students explore functions with return values and deepen their understanding of and ability to use functions.


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