Computer Science, asked by st894060, 1 month ago

What is data type? List different types of data types in python​

Answers

Answered by alinagurung9733
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 mouryaswadha
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