复制代码def report_python(agent): return "%s %s %s" % (platform.python_implementation(), platform.python_version(), platform.python_build())