Commit 2e20c574 by BellCodeEditor

save project

parent 2d3f5506
Showing with 2 additions and 3 deletions
with open(r"C:\Users\玛酷\Desktop\sales_list.txt.txtc","r",encoding='utf=8') as fine1: with open(r"C:\Users\玛酷\Desktop\sales_list.txt.txt","r",encoding='utf=8') as fine1:
a=fine1.readlines() a=fine1.readlines()
for i in a: for i in a:
i.split() print(a)
print(i)
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