Example & Tutorial understanding programming in easy ways.

What are the Mutable Data type in python ?

Mutable data type In Python are :


- List

- Dictionary

- Sets


Here list is  a collection of different data type, dictionary is work on keys and values and sets is a collection of elements and No duplicate items are allowed in sets

Read More →