Python · Structural Pattern Matching
What happens when you run this? ``` x = 0 match "hello": case x: print("matched") case "hello": print("literal") ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
