Python のビルトイン型の一覧
2023.02.18
Python のビルトイン型の一覧です。
Boolean
bool
Numeric
int
float
complex
Sequence
list
tuple
range
Text
str
Binary
bytes
bytearray
memoryview
Set
set
frozenset
Mapping
dict
Null
None