DataType
Datatype represents the type of data stored into a variable or memory.
Type of Data type :-
• Built-in Data type
• User Defined Data type
, Built-in Datatype
These datatypes are provided by Python Language.
Following are the built-in data type:-
• None Type
• Numeric Types
• Sequences
• Sets
• Mappings
, User Defined Data type
• Array
• Class
• Module
Datatype represents the type of data stored into a variable or memory.
Type of Data type :-
• Built-in Data type
• User Defined Data type
, Built-in Datatype
These datatypes are provided by Python Language.
Following are the built-in data type:-
• None Type
• Numeric Types
• Sequences
• Sets
• Mappings
, User Defined Data type
• Array
• Class
• Module