Commit 066907df by BellCodeEditor

save project

parent 5afb8ca2
Showing with 18 additions and 4 deletions
......@@ -6,8 +6,9 @@ for i in a:
sum=0
for j in pay[1:]:
sum=sum+int(j)
k=pay[0]+str(sum)+'/n'
k=pay[0]+str(sum)+'\n'
ufo.append(k)
print(k)
with open(r'c:\Users\ASUS\Documents\lesson13-1\sales_list.txt','r',encoding='utf-8') as file:
a=file.readlines()
\ No newline at end of file
with open(r'c:\Users\ASUS\Documents\lesson13-1\list.txt','w',encoding='utf-8') as file:
file.writelines(ufo)
\ No newline at end of file
悟空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