Please enable JavaScript to use CodeHS

AP Computer Science Principles in Python

Lesson 5.2 Functions and Parameters 2

Description

In this lesson, students will work with and will define and call their own functions that take in multiple parameters as input and print out output.


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