mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2025-03-03 20:34:22 +08:00
4 lines
83 B
Python
4 lines
83 B
Python
import sys
|
|
print("当前\n"+sys.executable+"\n版本为:\n"+sys.version)
|
|
input()
|