What are data types? Explain any two data types in python
Answers
Answered by
4
Answer:
In programming, data type is an important concept.
Variables can store data of different types, and different types can do different things.
Python has the following data types built-in by default, in these categories:
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
Explanation:
Similar questions
Math,
2 months ago
Accountancy,
2 months ago
Computer Science,
2 months ago
Physics,
5 months ago
Biology,
5 months ago
Hindi,
11 months ago
Physics,
11 months ago
Accountancy,
11 months ago