Commit 4a2959d5 by BellCodeEditor

save project

parent f2d61f5c
Showing with 8 additions and 2 deletions
a=open(r'c:\Users\makcoo\Documents\lesson13-1\sales_list.txt','r',encoding='utf-8') a=open(r'c:\Users\makcoo\Documents\lesson13-1\sales_list.txt','r',encoding='utf-8')
s=a.read() s=a.readlines()
print(s) #print(s)
a.close() a.close()
for i in s:
print(i)
\ 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