Datatypes:
Datatype represents the type of data stored into a variable or memory.
Classification Of Datatypes:
There are two types of data types in Python.
- Built In Data types
- User Defined ÄŽata Types
Built In Data types:
The datatypes which are already available in Python called as Built-in datatypes.
- Numeric Types
- Dictionary Types
- Boolean Types
- Set Types
- Sequence Types
User Defined Data types:
The datatypes which are created by the programmers, called as User-Defined datatypes.
- Array
- Class
- Module
0 Comments