Python · Structural Pattern Matching
What does this print? ``` match [1, 2]: case (1, 2): print("tuple pat") case [1, 2]: print("list pat") ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
