warning

This lesson will soon be taken down.

We've made brand new and improved lessons for you.
Read the help article
chevron-right
Year 11Computing

Functions

Lesson outcome

In this lesson, we will explore how to create our own functions. Functions are a type of subroutine that allow us to return a value. We have used them before when we have used code like print() and input(). We will also explore the difference between a function and procedure.