What does sys.exc_info() [0] do?

A. imports the sys module
B. accesses the error log
C. deletes the error log
D. deletes the sys module

1 answer

B. accesses the error log

sys.exc_info() [0] accesses the type of the exception that was raised.
Similar Questions
  1. What does sys.exc_info()[0] do?(1 point) Responses imports the sys module imports the sys module accesses the error log accesses
    1. answers icon 1 answer
    1. answers icon 1 answer
  2. What does sys.exc_info()[0] do?imports the sys module accesses the error log deletes the error log delets the sys module
    1. answers icon 1 answer
  3. What does sys.exc_info()[0] do?A. imports the sys module B. accesses the error log C. deletes the error log D. deletes the sys
    1. answers icon 1 answer
more similar questions