KwickClips Python · 44 sec · free
Is a list mutable?
Short answer. Yes, it keeps the same id after append.
What does id() show?
An object's identity.
Remember
| int, float, str: immutable |
| list, dict, set: mutable |
| id() shows identity |
A number or a list: Which stays the same object? Id gives identity. We change both. Runs got a new id, so ints are immutable. The list kept its id. Int, float, str: immutable. List, dict, set: mutable. Id shows identity.
This clip is from the full lesson: Variables, Assignment and Data Types in Python — 8 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: CBSE Class 10 Computer Applications (165), CBSE Class 9 Information Technology (402), CBSE Class 9 Artificial Intelligence (417), CBSE Class 9 Artificial Intelligence (417)
More KwickClips from this lesson
Is a variable a box?43 sec
Do you need a third variable to swap?41 sec
Is "72" a number?44 sec
What type is 10 / 2?42 secVoice-over is AI-generated; the script is written and checked by Kajal Ma'am. Confirm anything you plan around against your official board document. We never ask for a password or an OTP.

