diff --git a/testPythonVersion.py b/testPythonVersion.py deleted file mode 100644 index 3702868..0000000 --- a/testPythonVersion.py +++ /dev/null @@ -1,3 +0,0 @@ -import sys -print("当前\n"+sys.executable+"\n版本为:\n"+sys.version) -input()