用python實現新建一個文件並輸入內容

#/usr/bin/env python #模塊文檔 "in order to create a file " #引入模塊 import os #給出當前平臺的行終止符 ls = os.linesep #判斷文件是否存在+ while True: fname = input("please input the name of the file:") if os
相關文章
相關標籤/搜索