1.

__________ prints out the function call stack after an error occurs.(a) trace()(b) traceback()(c) back()(d) traback()

Answer» Right choice is (b) traceback()

The best explanation: traceback() does nothing if there’s no error. trace() Interactive tracing and debugging of calls to a function or method.


Discussion

No Comment Found

Related InterviewSolutions