diy.py 229 Bytes Edit 1 2 3 4 5 # 写入同学们的捐赠明细:'小兰:12本'、'小丽:11本'、'李文 with open(r'c:\Users\CM\dektop\tbm.txt','r',excoding='utf-8')as filel: filel.write('小强:12本\n') filel.write('李明:15本\n') filel.close()