Commit 8d94f0ad by BellCodeEditor

save project

parent 3f57bf2e
Showing with 3 additions and 2 deletions
with open(r"c:\Users\xmbc\Documents\lesson13-1\sales_list.txt","r",encoding='utf-8') as q: with open(r"c:\Users\xmbc\Documents\lesson13-1\sales_list.txt","r",encoding='utf-8') as q:
w=q.readlines() w=q.readlines()
for i in w: for i in w:
print(i) e=i.split()
\ No newline at end of file print(e[0])
print(e[1:])
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