It is important to understand the concept of data type in programming.
There are different types of Python datatypes. Each type can store different types of data, and each type can be applied to various things if we want them to do so.
The following data types are built-in by default in Python:
Text Type: str
Numeric Types: int, float, complex
Sequence Types: list, tuple, range
Mapping Type: dict
Set Types: set, frozenset
Boolean Type: bool
Binary Types: bytes, bytearray, memoryview
See here:
https://mrexamples.com/python/python-datatypes/