Datatypes In Python : Immutable / Mutable ??

Опубликовано: 04 Октябрь 2024
на канале: nETSETOS
289
13

In this programming terms video, we will be going over datatypes whether they are Mutable or Immutable & We will prove it on CMD.

An immutable object is an object whose state cannot be modified after it is created. This is in contrast to a mutable object, which can be modified after it is created. Let's take a look at some examples w.r.t DataTypes like int,float,string are mutable or immutable in nature.

Lets Find out

#Datatypes #Python #Mutable #Immutable