代码示例:(标识:python_module_5)
python_module_5.py
import platform

x = dir(platform)
print(x)
运行结果: