Commit ee4cb9b7 by BellCodeEditor

auto save

parent 048e6f58
Showing with 9 additions and 0 deletions
io=open(r'c:\Users\29018\Documents\lesson13_2\sales_list.txt','r',encoding='utf-8')
s=io.readlines()
#print(s)
for i in s:
data=i.split()
print(data)
\ 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