Example & Tutorial understanding programming in easy ways.

What do you understand by the Mutable Data type in Python ?

Mutable Data type means we can change the content of the data type at run time.

There are many Mutable Data type are in Python such as :

1. List

2. Dictionary. 

etc

Read More →