Please enable JavaScript.
Coggle requires JavaScript to display documents.
Python Data Types - Coggle Diagram
Python Data Types
Numeric Types
complex
int
float
Sequence Types
range
list
tuple,
BinaryTypes
Bytesarray
memoryview
Bytes
Set Types
set
Frozenset
Text Type
str
Mapping Type
dict
Boolean Type
bool