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

网安智编 厦门萤点网络科技 2025-07-15 00:04 88 0
print(dir())# 输出 '', '', '', '', '', '', '', ...

print(dir())# 输出

Python内置函数列表_Python内置异常大全_python能跨平台吗

'', '', '', '', '', '', '', '', '', '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'