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