What are the different Data types used in Python? Give related examples it 5 mark questions
Answers
Answered by
2
Answer:
Built-in Data Types
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
Hope it helps... Please mark as the brainliest!!!
Similar questions
CBSE BOARD XII,
3 months ago
Math,
3 months ago
Business Studies,
3 months ago
Sociology,
6 months ago
Hindi,
6 months ago
Math,
1 year ago
Math,
1 year ago
Math,
1 year ago