Python · Exception Handling
What does this print? (nested try) ``` try: try: raise TypeError except IndexError: print("inner") except TypeError: print("outer") ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
