Commit 8bd0e8dd by BellCodeEditor

save project

parent 61cb72d8
Showing with 1 additions and 1 deletions
with open(r'c:\Users\Think\Documents\lesson13-1\sales_list.txt') as mufan:
with open(r'c:\Users\Think\Documents\lesson13-1\sales_list.txt')as mufan:
a=mufan.readlines()
for i in a:
data=i.split()
......
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