Please enable JavaScript to use CodeHS

Indiana Topics in Computer Science

Lesson 5.1 Functions

Description

In this lesson, we learn about Functions. Functions let us break our program into different parts that we can organize and reuse however we like. Functions are the main building block of complex Python programs.


Objective

Students will be able to:

  • modularize their programs with functions