Python Data Types

Every value in Python has a data type. Since everything is an object in Python programming. Data types are actually classes and variables are instances of these classes.

Standard Data Types in Python:

In Python, standard data types are classified into 6 types:

1. Number
2. String
3. List
4. Tuple
5. Set
6. Dictionary