Computer Science, asked by maahiehadeeka11, 2 days ago

3. Name the different datatypes used in Python. ​

Answers

Answered by KulsumNeshat
0

Explanation:

•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.

Similar questions