文件的内容读写(一)

写入文件

res='hello world'

f=open('123.txt','w',encording='utf-8')

f.write(f)

f.close

读文件

f=open('123','r',encording='utf-8')

f.read

f.close

 

posted @ 2019-04-13 13:56  胖妞儿  阅读(230)  评论(0编辑  收藏  举报