8 lines
88 B
Python
8 lines
88 B
Python
# -*- coding:utf8 -*-
|
|
import os
|
|
|
|
|
|
os.system("copy .\\neg.txt ..\\")
|
|
|
|
|
|
os.system("pause") |