Data types in Python

2. Types of Data types

There are various types of data types supported by Python. They are:

  1. Numeric data types
  2. Dictionary data types
  3. Boolean data types
  4. Set data types
  5. Sequence data type

The following sub chapters provides you the detailed information about all these data types. let's go through them.