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

x = platform.system()
print(x)
运行结果: