对象的三个特征
None(全局只有一个)
数值:
- int
- float
- complex(复数)
- bool
迭代类型
序列类型
- list
- bytes、bytearray、memoryview(二进制序列)
- range
- tuple
- str
- array
映射(dict)
集合
- set
- frozenset
上下文管理类型(with)
其他:
- 模块类型
- class和实例
- 函数类型
- 方法类型
- 代码类型
- object对象
- type类型
- elipsis类型
- notimplemented类型
本文来自博客园,作者:孙龙-程序员,转载请注明原文链接:https://www.cnblogs.com/sunlong88/articles/9350538.html