I\'m confused on what an immutable type is. I know the float object is considered to be immutable, with this type of example from my book:
float
class
One way of thinking of the difference:
Assignments to immutable objects in python can be thought of as deep copies, whereas assignments to mutable objects are shallow