Please enable JavaScript to use CodeHS

Intro to Computer Science in Python 3

Lesson 6.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