import
platform
print
(platform.python_version())
sys
(sys.version)
python代码中获取python版本号的方法
原文:https://www.cnblogs.com/emanlee/p/13619637.html