Commit 005c8b52 by BellCodeEditor

auto save

parent add93632
Showing with 4 additions and 3 deletions
......@@ -12,7 +12,7 @@
# 王胜男 27 15 15 26 13 12 15
# 王娇 12 11 12 12 15 35 23 11
with open(r'c:\Users\dell\Documents\lesson13-1\sales_list.txt','r',encoding='utf-8') as file:
with open(r'D:\桌面存储路径\新建文本文档.txt','r',encoding='utf-8') as file:
a=file.readlines()
# print(a)
for i in a:
......
file1 = open(r'D:\桌面存储路径\test1.txt','w',encoding='utf-8')
\ No newline at end of file
file1 = open(r'D:\桌面存储路径\新建文本文档.txt','w',encoding='utf-8')
#"D:\桌面存储路径\新建文本文档.txt"
\ 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