What are the main built-in data types in Python?
Built-in data types
Audio flashcard · 0:14Nortren·
What are the main built-in data types in Python?
0:14
The main built-in types are: numeric types int, float, complex, and bool; sequence types list, tuple, range, and str; mapping type dict; set types set and frozenset; binary types bytes, bytearray, and memoryview; and the special types None and NotImplemented.
docs.python.org