update,
This commit is contained in:
11
vinniesniper-54816/task1/_lab/007-test/posdata/_copy.py
Normal file
11
vinniesniper-54816/task1/_lab/007-test/posdata/_copy.py
Normal file
@@ -0,0 +1,11 @@
|
||||
# -*- coding:utf8 -*-
|
||||
import os
|
||||
|
||||
import platform
|
||||
|
||||
# if platform.system() == "Windows":
|
||||
# os.system("copy .\\pos.txt ..\\")
|
||||
# else:
|
||||
os.system("cp ./pos.txt ../")
|
||||
|
||||
# os.system("pause")
|
Reference in New Issue
Block a user