Musicreater/testPythonVersion.py

4 lines
83 B
Python
Raw Normal View History

2021-11-20 16:59:15 +00:00
import sys
print("当前\n"+sys.executable+"\n版本为:\n"+sys.version)
input()