What is data type? List different types of data types in python
Answers
Answered by
2
Answer:
In computer science and computer programming, a data type or simply type is an attribute of data which tells the compiler or interpreter how the programmer intends to use the data. Most programming languages support basic data types of integer numbers, floating-point numbers, characters and Booleans.
Explanation:
different types of Data types in pythom are÷
Binary Types: memoryview, bytearray, bytes.
Boolean Type: bool.
Set Types: frozenset, set.
Mapping Type: dict.
Sequence Types: range, tuple, list.
Numeric Types: complex, float, int.
Text Type: str.
1
Answered by
1
Answer:-
Data types are the classification or categorization of data items. It represents the kind of value that tells what operations can be performed on a particular data.
Similar questions
Computer Science,
17 days ago
Math,
1 month ago
Math,
1 month ago
History,
9 months ago
Math,
9 months ago