Archived
添加了系统类型测试文件
This commit is contained in:
1 file changed
+11
@@ -0,0 +1,11 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
# -- coding:utf-8 --
|
||||||
|
# @Author: markushammered@gmail.com
|
||||||
|
# @Development Tool: Pycharm
|
||||||
|
# @Create Time: 2022/4/24
|
||||||
|
# @File Name: test_platform.py
|
||||||
|
|
||||||
|
|
||||||
|
import platform
|
||||||
|
|
||||||
|
print(platform.system()) # Linux
|
||||||
Reference in New Issue
Block a user