The immutable types are those that can never change their value in place. Those that can change their value in place are called mutable types.
Immutable types:
Integers
Floating point numbers
Booleans
Strings
Tuples
Mutable types:
List
Dictionaries
Sets