WHICH TYPES ARE IMMUTABLE IN PYTHON
Before knowing which types are immutable in Python, we have to know first of all, what is immutability? The basic meaning is that “cannot be changed or modified”. So in…
Before knowing which types are immutable in Python, we have to know first of all, what is immutability? The basic meaning is that “cannot be changed or modified”. So in…