Commit 570cac14 by BellCodeEditor

save project

parent 9b766198
Showing with 4 additions and 1 deletions
a=open(r'C:\Users\Administrator\Documents\lesson13-1\sales_list.txt','r',encoding='utf-8')
s=a.readlines()
for i in s:
print(i)
d=i.split()
print(d[0])
print(d[1:])
\ 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