Definition

Defines the type of a value.

Explanation
The data type tells Python what kind of value it is working with.

Examples

25          # int 
3.14        # float
"Hello"     # str
True        # bool