Commit 1f29195a by BellCodeEditor

auto save

parent 224c6bc9
Showing with 2 additions and 1 deletions
...@@ -2,7 +2,8 @@ with open(r'c:\Users\Lenovo\Documents\lesson13-1\sales_list.txt','r',encoding='u ...@@ -2,7 +2,8 @@ with open(r'c:\Users\Lenovo\Documents\lesson13-1\sales_list.txt','r',encoding='u
w=file.readlines() w=file.readlines()
for i in w: for i in w:
print(i) print(i)
d=i.split()
print(d)
......
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