Parameters and Arguments

You’ll learn about what parameters and arguments are in Python in this lesson.

Parameters vs arguments

With no additional syntax, arguments (expressions in a function call) are matched to parameters (variables in a function definition) by position. The first parameter gets the value of the first expression, and so on.

Get hands-on with 1200+ tech skills courses.