with open(r'D:\QMDownload','a',encoding='utf-8') as
file:
 file.write('小强:10本\n') 
 file.write('李明:15本\n')