Confusion on the 'Default Arguments' lesson?

Similarly, when a function has two default arguments, you still need to call with both arguments — if BOTH of the following are true:

  • The first argument IS the default value.
  • The second argument is NOT the default value.

What does this mean?