方法1:查看python版本

import sys
print("当前python版本",sys.version)

方法2:cmd框中查看的两种方式

两种获取python版本的方法-LMLPHP

05-11 07:43