Commit 76d2b670 by BellCodeEditor

save project

parent c2dea95c
Showing with 29 additions and 3 deletions
......@@ -8,5 +8,5 @@ for i in a:
sum=int(j)+sum
li=ni[0]+str(sum)+"\n"
nmb.append(li)
with open(r"c:\Users\EDZ\Documents\lesson13-1\n_sales_list.txt","a",encoding="utf-8")as file1:
file1.writelines(nmb)
\ No newline at end of file
with open(r"c:\Users\EDZ\Documents\lesson13-1\n_sales_list.txt","a",encoding="utf-8")as file:
file.writelines(nmb)
\ No newline at end of file
......@@ -24,3 +24,29 @@
刘阳226
王胜男123
王娇131
悟空348
诺依380
小贝182
李丽201
宋扬107
王明245
李强164
孙小白222
苏琪137
刘若若147
刘阳226
王胜男123
王娇131
悟空348
诺依380
小贝182
李丽201
宋扬107
王明245
李强164
孙小白222
苏琪137
刘若若147
刘阳226
王胜男123
王娇131
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment