Python · The Data Model: Identity & Mutability
What value should a function's default argument NEVER be, and what happens if it is? ``` def add(item, bag=[]): bag.append(item) return bag ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
