python first training

創建,刪除,重命名文件在這裏插入代碼片 創建 #!/usr/bin/pyhon #--coding :utf-8-- file=open(‘D:/py/1.txt’,‘w’) file.write(‘hello,\n tomorrow’) 刪除 import os path=‘D:/1.txt’ if os.path.exists(path): os.remove(path) else: prin
相關文章
相關標籤/搜索