Python Data types

Python Data Type 

Data Types: 

Data type is a classification of data that define the type of data or value that an object and variable can hold in computer programming during compiling. Python has build in data types such has list, dictionary and list in which object can be modulated after it is created but in numbers, strings and tuples object cannot be replaced.

Difference between the Data Types in Python:



Comments