You can provide a function call `b()` as a default...
# announcements
r
You can provide a function call
b()
as a default parameter value for a function
a()
. Is
b()
called every time the function
a()
is called, or once?