9 lines
122 B
Python
9 lines
122 B
Python
# -*- coding:utf8 -*-
|
|
import os
|
|
|
|
|
|
# os.system("copy .\\neg.txt ..\\")
|
|
os.system("cp ./neg.txt ../")
|
|
|
|
# os.system("pause")
|