explain the concept of mutability
Please explain the concept of mutability. In my class notes, it says,
“Mutable objects (e.g. lists) can be changed by a procedure. If objects existed outside of this procedure (i.e. not a script variable), then this is a side effect.” What is mutability and what exactly is a side effect?