what are the data types in python? list them.
Answers
Answered by
2
Answer:
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.
Answered by
0
Answer:
•Numeric.
•Sequence Type.
•Boolean.
•Set.
•Dictionary
Explanation:
Hope this helps you and pls mark me as brainliest.
Attachments:
Similar questions