Social Sciences, asked by zainabperween43, 2 months ago

What are data types? Explain any two data types in Python.​

Answers

Answered by rajeevgupta39
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 Anonymous
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