python: chapter 4

algorithm

a general process for solving a category of problems

argument

a value provided to a function when the function is called. This value is assigned to the corresponding parameter in the function

body

the sequence of statements inside a function definition

composition

using an expression as part of a larger expression, or a statement as part of a larger statement