Commit 3e90ba2c by BellCodeEditor

save project

parent cceee2f7
Showing with 5 additions and 1 deletions
diy=open(r'/Users/icecream/Documents/lesson13-1/sales_list.txt','r',encoding='utf-8')
a=diy.readlines()
#print(a[3:5])
for i in a:
print(i)
#print(i)
s=i.split()
print(s)
diy.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