From 9a181d709af301086cad8ec68c00d15a9be2dcc0 Mon Sep 17 00:00:00 2001 From: Eilles Wan Date: Sat, 20 Nov 2021 17:53:29 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20testPyth?= =?UTF-8?q?onVersion.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- testPythonVersion.py | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 testPythonVersion.py 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()