Python のビルトイン型の一覧です。
bool
int float complex
list tuple range
str
bytes bytearray memoryview
set frozenset
dict
None