often desirable for each exception to have its own except statement block.
exception; traceback
Answer b is correct. A finally statement block is executed when exceptions are raised and
when they are not raised, and an else statement block is executed only when no exceptions are
raised.