mutable and imutable data types:
varibles whose values can be changed after they are created are called mutable data typesand those who cannot are called immutable
e.g of mutable: lists, dictionary,set etc
e.g of immutable: int,float,bool,string, tuple etc
how to change in a list write varible name and element no in [] to change the particular element