Python · The Data Model: Identity & Mutability
A tuple is immutable — so this must raise an error, right? ``` t = ([1, 2], 3) t[0].append(99) ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
