False 类型bool
True 类型bool
None 类型NoneType
NotImplemented NotImplementedType
用于说明某方法未实现,应在binary方法(eq lt add rsub)或in_place方法(imul iand)返回
Ellipsis ellipsis ... 配合扩展切片的语法
debug 是在python不拿 -O选项启动时会有 会影响assert
site模块添加的常数
site模块是在启动时自动引入的,除非拿 -S选项启动,这些常数只对交互式终端有用
quit([code])
exit([code])
copyright
license
credits
网友评论