What are the different Data Types in Python?
Different data types in python are:
- Text type: str
- Numeric types: int, float, complex
- Sequence types: list, tuple, range
- Mapping type: dict
- Set types: set, frozenset
- Boolean type: bool
- Binary types: byte, bytearray, memoryview