Commit f8540681 by BellCodeEditor

save project

parent 2ae3df96
Showing with 2 additions and 4 deletions
a=open(r,'c:\Users\青青草\Documents\lesson13-1\sales_list.txt','r',encoding='utf-8')
a.read()
a.open()
\ No newline at end of file
with open(r'c:\Users\青青草\Documents\lesson13-1\sales_list.txt','r',encoding='utf-8') as a:
a.read()
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