Commit 6bfc5620 by BellCodeEditor

save project

parent b640d7f5
Showing with 3 additions and 2 deletions
...@@ -3,4 +3,5 @@ with open(r'C:\Users\唐冶玛酷01\Desktop\sales_list.txt','r',encoding='utf-8' ...@@ -3,4 +3,5 @@ with open(r'C:\Users\唐冶玛酷01\Desktop\sales_list.txt','r',encoding='utf-8'
wc=file.readlines() wc=file.readlines()
for i in wc: for i in wc:
print(i) data=i.split()
\ No newline at end of file print(data[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