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