diy.py 144 Bytes Edit 1 2 3 with open(r"C:\Users\maku\Desktop\book.txt",'a',encoding="utf-8")as fee: fee.write('小强:12本\n') fee.write('李明:15本\n')