Python · The Data Model: Identity & Mutability
Predict the output: ``` def tag(name, log={}): log[name] = True return log print(tag("a")) print(tag("b")) ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
