Python · Structural Pattern Matching
You have a module constant MAX = 100. Why does this always match, printing "hit" even when n is 5? ``` match n: case MAX: print("hit") ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
