python文件的寫入

wirte()方法把字符串寫入文件,writelines()方法能夠把列表中存儲的內容寫入文件。字符串 f=file("hello.txt","w+")it li=["hello world\n","hello china\n"]file f.writelines(li)方法 f.close()db 文件的內容:文件 hello worldco hello china字符 write()和writ
相關文章
相關標籤/搜索