filmov
tv
Python's Mutable vs Immutable Objects with Examples

Показать описание
In this video we will discuss about Python objects. Particularly we will discuss the behaviour of the objects when passed as an arguments to python functions. We will present the examples with integer (immutable) object, List (mutable) objects and Custom objects (Mutable).