In this chapter, we've seen that we can't just use built-in functions but also define custom functions, use parameters, and return values.

We define functions with the def keyword and call them using their name and parentheses (with or without arguments).