Every Python user has come across the terms ‘mutable’/’immutable’ at one point or the other. It’s a property that determines the changeability of the object. If something in python in mutable, its value can be changed and if it’s not mutable, it’s value is fixed. For example, once a tupleĀ is defined, a new member cannot be appended to it … Continue reading Inside Python – Immutability
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed