print(dir(__builtins__)) 输出众多错误类型,如 'ArithmeticError' 等
print(dir())# 输出

'', '', '', '', '', '', '', '', '', 'or', '', 'or', '', '', '', '', '', '', 'False', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'None', '', '', '', '', '', 'rning', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'True', '', '', '', '', '', 'r', '', '', '', '', '', '', '_', '', '', '', '', '', '', '', '', 'abs', 'all', 'any', 'ascii', 'bin', 'bool', '', 'bytes', '', 'chr', '', '', '', '', '', '', 'dict', 'dir', '', '', 'eval', 'exec', 'exit', '', 'float', '', '', '', '', '', 'hash', 'help', 'hex', 'id', 'input', 'int', '', '', 'iter', 'len', '', 'list', '', 'map', 'max', '', 'min', 'next', '', 'oct', 'open', 'ord', 'pow', 'print', '', 'quit', 'range', 'repr', '', 'round', 'set', '', 'slice', '', '', 'str', 'sum', 'super', 'tuple', 'type', 'vars', 'zip'
























