Python3内置命令
BaseException BaseExceptionGroup BlockingIOError BrokenPipeError BufferError
EOFError IOError ConnectionAbortedError ConnectionError ConnectionRefusedError
ConnectionResetError FileExistsError FileNotFoundError IsADirectoryError OSError
NotADirectoryError TimeoutError EnvironmentError ChildProcessError ProcessLookupError
PermissionError WindowsError LookupError IndexError NotImplementedError
KeyError MemoryError ImportError ModuleNotFoundError SyntaxError
IndentationError TabError RuntimeError RecursionError StopIteration
StopAsyncIteration GeneratorExit TypeError ValueError UnboundLocalError
UnicodeError UnicodeDecodeError UnicodeEncodeError UnicodeTranslateError SystemError
BytesWarning DeprecationWarning EncodingWarning FutureWarning ImportWarning
PendingDeprecationWarning ResourceWarning RuntimeWarning SyntaxWarning UnicodeWarning
UserWarning Warning
True False None Ellipsis NotImplemented
__build_class__ __debug__ __doc__ __import__ __loader__ __name__ __package__ __spec__
abs() divmod() pow() round()
all() any() enumerate() filter() iter() len() map() next() reversed() sorted() zip()
bool() int() float() str() bytes() bytearray() complex()
tuple() list() set() frozenset() dict()
input() print() open()
callable() getattr() setattr() delattr() hasattr()
ascii() bin() chr() compile() dir()
eval() exec() format() hash() help()
hex() id() isinstance() issubclass() locals()
globals() max() min() oct() ord()
property() repr() sum() super() vars()
breakpoint() exit() quit()
copyright credits license