QuestenaPractice that shows what to review next
Question 86

In a normal display for an unhandled exception, where should a reader look for the exception category?

  1. In the first source line only
  2. At the start of the concluding lineCorrect answer
  3. In the alphabetically earliest frame
  4. Only inside the failed expression

Explanation

The concluding line names the exception type and then provides diagnostic detail. Earlier source and frame lines establish the route to the failure, but they are not the standard location of the category label.

Continue with this test

Start practice
Question 86: In a normal display for an unhandled exception, where… · Python Fundamentals · Questena