Commit 507c591d by BellCodeEditor

save project

parent 45cb1519
Showing with 3 additions and 2 deletions
...@@ -11,4 +11,5 @@ for data in str: ...@@ -11,4 +11,5 @@ for data in str:
a.append(result) a.append(result)
print(result) print(result)
with open(r"c:\Users\欧阳嘉锐\Documents\lesson13-3\sales_list.txt","a",encoding="utf-8") as file: with open(r"c:\Users\欧阳嘉锐\Documents\lesson13-3\sales_list.txt","a",encoding="utf-8") as file:
\ No newline at end of file file.readlines(a)
\ 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