pt = open ('E:/000.txt','a+');
print('写入文件的内容',file = pt);
pt.close();

a+:如果文件不存在则创建,存在则写入到原文件内容后面