3. Name the different datatypes used in Python.
Answers
Answered by
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