Data Types
Data types are the classification of data items. It represents the kind of value that tells what operations can be performed on a particular data. Since everything is an object in Python programming, data types are actually called as classes and variables are called as instances (object) of these classes. Following are the built-in data type of Python:
- Numeric
- Sequence
- Boolean
- Set
- Dictionary