Whats a function?
They are an example of abstraction.
Why do we use functions?
They allow us to refer to a block of python code by name, and ask for that code to be executed.
What is a function’s return value?
The output value that was produced.
What are arguments?
Input to functions in python.
What python function displays text on the console?
The print() function
What python function retrieves user input from the console?
The return keyword