What are data types? Explain any two data types in Python.
Answers
Answered by
6
Explanation:
Built-in Data Types
Text Type: str
Numeric Types: int , float , complex
Sequence Types: list , tuple , range
Mapping Type: dict
Set Types: set , frozenset
Answered by
1
Data types are type of data in each items. You can recognise it by knowing that it is basically categorisation of data.
Similar questions