Python · Exception Handling
Why is ordering except branches general-before-specific a bug? ``` try: risky() except Exception: a() except ValueError: b() ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
