摘要:
file=open('a.txt','w') #a.txt 如果没有就会创建新的文件 file.write('python') #文件写入python file.close() file=open('a.txt','a') # a 文件追加内容 file.write('python1') file. 阅读全文
posted @ 2022-10-03 22:05
蓝绝
阅读(71)
评论(0)
推荐(0)
2022年10月3日 #