@songying
2018-07-19T22:20:24.000000Z
字数 396
阅读 1113
python库
返回系统名字: 'Linux', 'Windows', or 'Java'. An empty string is returned if the value cannot be determined.
Returns the system’s release, e.g. '2.2.0' or 'NT' An empty string is returned if the value cannot be determined.
返回一个string表示python的实现方式,可选值有: 'CPython', ‘IronPython’, ‘Jython’, ‘PyPy’.
返回python的版本信息, 如:'3.6.4', 不同的解释器返回的信息格式不同。