Immutable data types are the objects that cannot be changed (i.e. adding new elements, removing an element, replacing an element) after created. The immutable data types in Python are:
- Tuple
- Int
- Float
- Complex
- Stringfrozen set [note: the immutable version of set]
- Bytes
If you are looking for the certification course, you can check out this Python course by Intellipaat.
Also, watch this video on Python: