Data types in Python
2. Types of Data types
There are various types of data types supported by Python. They are:
- Numeric data types
- Dictionary data types
- Boolean data types
- Set data types
- Sequence data type
The following sub chapters provides you the detailed information about all these data types. let's go through them.