Task
📝 **Task:** Predict the 5-line output. A function `divide(a, b)` is called with b=0, raising ZeroDivisionError. Inside the except block, we build a TracebackException and print its exc_type name, frame count, last frame name, total formatted-line count, and the first formatted line.
📋 Implement the function above. Tests run automatically.
💡 **Hint:** Re-read the theory if you get stuck.