Register - Login - Forgotten Password

Lesson 22: Giving Information to Functions With Parameters and Arguments

How can one set of instructions produce a different result each time it is used? In Python, a function can act like a machine that follows the same process while receiving different information. This section explains the difference between a function definition, which describes the process, and a function call, which runs it for a particular use.

Lesson 22: Giving Information to Functions With Parameters and Arguments

This lesson just one in the category Python Programming Level 1. To access this lesson you need to have a valid learner account, ask your parent to register you now.