慕森王
官方文档里写的很详细python 内建类型
这里简要列个目录:4.4 Numeric Types — int, float, complex4.5 Iterator Types4.6 Sequence Types — list, tuple, range4.7 Text Sequence Type — str4.8 Binary Sequence Types — bytes, bytearray, memoryview4.9 Set Types — set, frozenset4.10 Mapping Types — dict4.11 Context Manager Types4.12 Other Built-in Types
回到问题本身,你列的是常用的6种,关于类、实例、布尔值则在4.12中。