Developmental goal may be conflicting to each other. What may be development for one may not be
development for the other. Discuss with suitable example.
Answers
Answered by
7
There are different types of data types in Python. Some built-in Python data types are:
Numeric data types: int, float, complex
String data types: str
Sequence types: list, tuple, range
Binary types: bytes, bytearray, memoryview
Mapping data type: dict
Boolean type: bool
Set data types: set, frozenset
Similar questions