Commit cbd0f797 by BellCodeEditor

save project

parent 89b96364
Showing with 4 additions and 1 deletions
a=open(r'c:\Users\Administrator\Desktop\sales_list.txt','r',encoding='utf-8') a=open(r'c:\Users\Administrator\Desktop\sales_list.txt','r',encoding='utf-8')
print(a.read()) b=a.readlines()
for i in b:
print(i)
a.close() a.close()
\ 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