📜  python 打印版本 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:49.084000             🧑  作者: Mango

代码示例3
import platform
print(platform.python_version())