a variable that represents the input the function expects. When you call the function, you'll pass in actual data, and it will be assigned to this parameter name. - The colon `:` and indented block work just like `if` and `for` — everything indented is the function's body. - **`return total, average