Python Tutorials: DataTypes In Python

Datatype represents the type of data stored into a variable or memory.
Type of Data type :-
1.Built-in Data type
2.User Defined Data type

Built-in Datatype

These datatypes are provided by Python Language.
Following are the built-in data type:-
1.None Type
2.Numeric Types
3.Sequences
4.Sets
5.Mappings

User Defined Data type

1.Array
2.Class
3.Module

None Type

None datatype represents an object that doesn’t contain any value.

Numeric Type / Number

Following are the Numeric Data type:-
1.Int
2.Float
3.Complex


Rajesh Kumar
Follow me