Built-in functions are great, but we can't use them for everything. That's why we can create, or define, custom functions as well.

Sweet! Every function definition needs the def keyword, a name, a pair of parentheses, and a colon.

Isn't that how we start an if statement?