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
01Numeric Data Type12 Apr 2026→02Sequence Data Type12 Apr 2026→03Boolean Data Type12 Apr 2026→04Set Data type12 Apr 2026→05Dictionary Data Type12 Apr 2026→