diff --git a/PlatformInfo.py b/PlatformInfo.py deleted file mode 100644 index 88b94a0..0000000 --- a/PlatformInfo.py +++ /dev/null @@ -1,8 +0,0 @@ -# coding: utf-8 - -# 获取Linux系统信息 - -import platform - -print platform.uname() -print platform.linux_distribution() \ No newline at end of file