Great! Every time we call greet(), we also call the say_hi() function, a practice that we also call nesting.
greet()
say_hi()
Oh noes! Doesn't greet() require two parameters?