Immutable Data Type

Immutable data types are data that’s unchangeable. Strings and tuples are examples of immutable data types. It means the value of the data can’t be changed in place. Lists are an example of a data type that can be changed and is mutable .