python學習之運維應用

########運維應用######### 1.文件操做 In [1]: import os In [2]: import shutil In [3]: with open('file1','a+') as f:    ...:     f.write('this is a file')    ...:      In [6]: 'file1' in os.listdir('.') Out[6]:
相關文章
相關標籤/搜索