Commit a13f89b4 by BellCodeEditor

auto save

parent 4fb2d968
Showing with 3 additions and 2 deletions
f=open(r'c:\Users\29018\Documents\lesson13-1\sales_list.txt','r',encoding='utf-8')
a=f.readlines()
print(a)
f.close()
\ No newline at end of file
open(r'c:\Users\29018\Documents\lesson13-1\sales_list.txt','r',encoding=utf-8)
\ 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