Python · Structural Pattern Matching
What does this print? ``` cmd = "start" match cmd: case "stop": print("stopping") case "pause": print("pausing") print("done") ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
