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?
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?