Easy Syntax in Python : Mutable vs Immutable Data Types

preview_player
Показать описание
In this 3 minutes video , you will understand what does Mutable and Immutable data type means.
Some of the mutable data types in Python are list, dictionary, set and user-defined classes.
On the other hand, some of the immutable data types are int, float, decimal, bool, string, tuple, and range.

Рекомендации по теме
Комментарии
Автор

thank you ... I started my python journey yesterday and in training, I didn't understand this concept. you made it very simple 3 min.

AmitYadav-oejg