Example & Tutorial understanding programming in easy ways.

What are the immutable built-in datatypes of Python?

Immutable built-in data types of Python are :


- Number

- String

- Tuple


Here Number contains all integer, float etc. and String is a collection of the character , and tuple is the immutable collection of the elements.

Read More →