Commit 7aefeafa by BellCodeEditor

save project

parent ed1e6d62
Showing with 2 additions and 2 deletions
...@@ -11,4 +11,4 @@ for i in a: ...@@ -11,4 +11,4 @@ for i in a:
result=data[0]+str(sales)+'\n' result=data[0]+str(sales)+'\n'
with open(r'c:\Users\Administrator\Desktop\fil.txt','a',encoding='utf-8') as file: with open(r'c:\Users\Administrator\Desktop\fil.txt','a',encoding='utf-8') as file:
file.wr file.writelines(final_sum)
\ No newline at end of file \ 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