The data type of an item defines the type and range of values that item can have.
The concept of data types can be found in the real world. There are numbers, alphabets, characters, etc., that all have unique properties due to their classification.
Such a classification is also made in many programming languages, including Python.