Python · Exception Handling
What does this print? ``` try: print("a") raise ValueError except ValueError: print("b") else: print("c") finally: print("d") ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
