1
747views
Differentiate Mutable Data types and Immutable Data types.
1 Answer
1
13views

Mutable and Immutable Types

The Python data objects can be broadly categorized into two–mutable and immutable types, in simple words changeable or modifiable and non-modifiable types.

1. Immutable types

The immutable types are those that can never change their value in place. In Python, the following types are immutable:integers, floating …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.