Programming Languages
Python
Subjective
Sep 30, 2025
What are Python's built-in data types?
Detailed Explanation
Numeric (int, float, complex), Sequence (str, list, tuple), Set (set, frozenset), Mapping (dict), Boolean (bool), Binary (bytes, bytearray).
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts