Python · Exception Handling
What does this print? ``` try: raise KeyError("k") except (ValueError, KeyError) as e: print("got", e.args[0]) ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
