Commit b265ea4f by BellCodeEditor

save project

parent 38c34151
Showing with 2 additions and 0 deletions
......@@ -8,5 +8,6 @@ for i in a:
sum=sum+int(sales)
result=b[0]+str(sum)+'\n'
new_sum.append(result)
print(new_sum)
with open(r'C:\Users\mk\Desktop\a.txt','w',encoding='utf-8') as p:
p.writelines(new_sum)
\ No newline at end of file
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