Please enable JavaScript to use CodeHS

AP Computer Science Principles in Python

Lesson 5.5 Functions and Return Values 2

Description

In this lesson, students work with and define functions with return values and more than one parameter.


Objective

Students will be able to…

  • Explain the purpose of returning a value from a function.
  • Create functions that return values.
  • Create programs that call functions with return values and use the return values to solve a higher-order problem.