Example & Tutorial understanding programming in easy ways.

What do you understand by the Immutable data type in Python ?

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

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


1. String

2. Tuple etc.

Read More →